Skip to content

Releases: goccy/go-zetasqlite

0.19.2

08 Apr 15:56
b6dd6a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.1...v0.19.2

0.19.1

10 Mar 14:33
745096f
Compare
Choose a tag to compare

What's Changed

  • [Filter] Fix syntax error that occurred for some queries using subselects or QUALIFY by @ohaibbq in #157
  • [Windowing] [Formatter] Reset format context in-between analytic function groups by @ohaibbq in #162
  • [Aggregate] Correctly handle ordering multiple fields; don't crash on nil by @ohaibbq in #174
  • Harden string functions when NULL is passed by @colincadams in #112
  • [Date] Implement %p, improve token composition, fix leading-space parsers/formatters, improve error messages, slurp whitespace by @ohaibbq in #166
  • [String] Do not cast integer/float-like strings to datetime by @ohaibbq in #184

Full Changelog: v0.19.0...v0.19.1

0.19.0

09 Mar 15:14
2c2416b
Compare
Choose a tag to compare

What's Changed

  • [Testing] Use UTC timezone in query_test.go by @ohaibbq in #131
  • [Timestamp] Use microsecond precision to support full range of BigQuery timestamps by @ohaibbq in #133
  • [Date] Base date used when parsing is start of unix time, not 0001-01-01 by @ohaibbq in #143
  • [Windowing] Handle multiple sort expressions by @ohaibbq in #142
  • [Date] Implement %y year without century parser / formatter; respect digits that are below maximum format length by @ohaibbq in #135
  • Dont crash on nil in LOGICAL_OR and LOGICAL_AND by @ohaibbq in #187
  • Use value comparators for LEAST, GREATEST, BETWEEN by @ohaibbq in #182
  • [String] Use direct string value from ZetaSQL by @ohaibbq in #183
  • [Array] Handle null ARRAY fields by @ohaibbq in #181
  • [Array] Support LEFT OUTER / INNER JOIN modes by @ohaibbq in #180
  • Fix IN() operator return when left-hand side is null by @ohaibbq in #173
  • [Functions] Fix NULLIF panic on null by @ohaibbq in #164
  • [Aggregate] Properly return nil for STRING_AGG when called with null or 0-length array by @ohaibbq in #154
  • [Array] Fix ordinal boundary indexing by @ohaibbq in #155
  • [String] LIKE properly escapes regexp-characters by @ohaibbq in #156
  • [Driver] Fix prepared insert statements raising not enough query arguments by @ohaibbq in #171
  • [String] Cast to INT64 should use base-10 parsing by @ohaibbq in #159

New Contributors

Full Changelog: v0.18.0...v0.19.0

0.18.0

19 Dec 05:07
7d3a82f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.3...v0.18.0

0.17.3

10 Dec 13:11
84e3b07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.2...v0.17.3

0.17.2

21 Jul 14:02
4af3e14
Compare
Choose a tag to compare

What's Changed

  • Fix issue with passing parameters to a multiple statements SQL query by @totem3 in #119

New Contributors

Full Changelog: v0.17.1...v0.17.2

0.17.1

20 Jun 12:26
e994d29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

0.17.0

18 Jun 10:45
3664acb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.0...v0.17.0

0.16.0

17 Jun 17:03
6a475dd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

0.15.0

07 May 16:24
a3da2d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0