v1.5.7
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 *).