mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-09-11 10:52:36 +00:00
Tests / Unit Tests (push) Failing after 7s
Tests / Integration Tests (push) Failing after 23s
Build , Vet Test, and Lint / Lint Code (push) Failing after 5m46s
Build , Vet Test, and Lint / Build (push) Successful in 7m55s
Build , Vet Test, and Lint / Run Vet Tests (1.23.x) (push) Successful in 8m49s
Build , Vet Test, and Lint / Run Vet Tests (1.24.x) (push) Successful in 8m49s
SqlTime previously treated 00:00:00 as equivalent to null, which incorrectly dropped legitimate midnight time values on marshal/unmarshal. Also adds test coverage for SqlBool, generic SqlNull conversion helpers (Int64/Float64/Bool/Time/UUID), FromString edge cases, NewSql, and the SqlDate/SqlTimeStamp zero-value/sentinel handling.