Skip to content

v1.5.19

Compare
Choose a tag to compare
@olavloite olavloite released this 24 Jul 08:29
· 16 commits to master since this release
661769a

Bug Fixes

  • Fix query failures with proto parameters
  • Fix commit timestamp bug with generated columns

New Feature

  • Update metadata file from pg_catalog.columns table.
  • Add support for jsonb_array_elements
  • Support NEW_ROW_AND_OLD_VALUES value capture type for change stream.
  • Support vector_length for ARRAY column.
  • Enable float32 functions
  • Enable float32 in PostgreSQL dialect queries
  • Support FLOAT32 type in emulator
  • Add CALL statement support for system procedures to googleSQL
  • Add more PG catalog tables as empty tables. Tables with contents will be updated in later changes.
  • Support exclude_ttl_deletes for change stream.

Significant Changes

  • Add OID assignment for PG dialect databases.