Skip to content

Releases: MatanLevy/go-zetasqlite

0.17.13

19 Dec 07:47
d08f0de
Compare
Choose a tag to compare
v0.17.13

in zetasqlite_decode_array - allow to decode nil value (#8)

0.17.12

17 Dec 12:32
d5ff054
Compare
Choose a tag to compare
v0.17.12

Allow OVER(PARTITION BY NULL) (#7)

0.17.11

17 Dec 08:42
c5efcb9
Compare
Choose a tag to compare
fixing nil in json extract scalar (#6)

Co-authored-by: Matan Levy <[email protected]>

0.17.10

13 Dec 10:17
446e8f3
Compare
Choose a tag to compare
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_updated

13 Dec 09:53
Compare
Choose a tag to compare
v0.17.9_updated

wip

0.17.9

13 Dec 06:58
b77d1a3
Compare
Choose a tag to compare
v0.17.9

Merge branch 'goccy:main' into main

0.17.8

06 Dec 05:51
c7f544e
Compare
Choose a tag to compare
Merge pull request #4 from yuval-bavli/fix_timestamp_lost_granularity

Fix timestamp serialization to support nanoseconds

0.17.7

04 Dec 10:02
a7c4fd1
Compare
Choose a tag to compare
Merge pull request #3 from yuval-bavli/fix_order_by_multiple_values3

Fixed Timestamp serialization/deserialization, added tests for OrderBy tests

0.17.6

29 Nov 12:42
27a3ecb
Compare
Choose a tag to compare
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

0.17.5

27 Nov 14:05
Compare
Choose a tag to compare
v0.17.5

wip