Skip to content

v1.5.7

Compare
Choose a tag to compare
@arunmoezhi arunmoezhi released this 07 Jul 07:13
· 28 commits to master since this release
748544f

New Features

  • update apt in docker to avoid installation errors in arm machines

  • Upgrading Golang version

  • Updating readme to include details for arm builds

  • upgrade bazel-gazelle

  • Add support for IF NOT EXISTS for CREATE TABLE, CREATE INDEX, and ALTER TABLE ADD COLUMN. Add support for IF EXISTS to DROP TABLE and DROP INDEX.

  • Add support for disable_query_null_filtered_index_check as a flag in the gateway.

Significant Changes

  • support HIDDEN keyword on the Cloud Spanner Emulator. Columns with HIDDEN attribute will not be included in star expansion (SELECT *).