Releases: MatanLevy/go-zetasqlite
Releases · MatanLevy/go-zetasqlite
0.17.13
v0.17.13
in zetasqlite_decode_array - allow to decode nil value (#8)
0.17.12
v0.17.12
Allow OVER(PARTITION BY NULL) (#7)
0.17.11
fixing nil in json extract scalar (#6)
Co-authored-by: Matan Levy <[email protected]>
0.17.10
update some library names for testing (#5)
* resolve some module name issues
* omit nil linter fix
---------
Co-authored-by: Matan Levy <[email protected]>
0.17.9
v0.17.9
Merge branch 'goccy:main' into main
0.17.8
Merge pull request #4 from yuval-bavli/fix_timestamp_lost_granularity
Fix timestamp serialization to support nanoseconds
0.17.7
Merge pull request #3 from yuval-bavli/fix_order_by_multiple_values3
Fixed Timestamp serialization/deserialization, added tests for OrderBy tests
0.17.6
Merge pull request #2 from yuval-bavli/fix_order_by_multiple_values
Fixed OrderBy functionality for aggregation functions when using more than one field/column