Skip to content

v1.5.17

Latest
Compare
Choose a tag to compare
@olavloite olavloite released this 29 Apr 16:45
· 4 commits to master since this release
ea3a979

Bug Fixes

  • Fixes the error INTERNAL: ZETASQL_RET_CHECK failure (backend/query/query_engine.cc:521) insert_statement->insert_mode() == zetasql::ResolvedInsertStmt::OR_IGNORE for insertS that use a SELECT statement that returns zero rows.
  • Fix commit timestamp handling in DML (fixes #25)

New Feature

  • Adding JSONB array extraction functions to pg and emulator.
  • Add emulator support for NULLS LAST and NULLS FIRST in queries that implement a postgres function as a SQL rewrite.