Releases: hackolade/BigQuery
v0.2.23
v0.2.22
added configurable SQL script hooks for injecting snippets before or after CREATE SCHEMA, TABLE, and VIEW statements
v0.2.21
added support for table description changes and partition filter in ALTER script of delta models; enabled flexibility in script generation for controlling constraints in CREATE scripts (3 choices: "In CREATE statement", "In separate statement" or "Ignore"), controllable from Tools > Options > Forward-Engineering parameters, plus from forward-engineering lower tab and via Tools > Forward-Engineer menu, plus plus updated libraries and dependencies
v0.2.20
added support for table and columns rename, column default, primary key and foreign key relationship constraints, add/delete of schema/table/column/view in ALTER script of delta models, updated qs and lodash library
v0.2.19
added support for choice of file granularity when generating DDLs: per model, per schema, or per table; added support for defining Unique and Alternate Keys (Natural Keys) as modeling metadata documentation
v0.2.18
introduced automatic generation of associative entities for many-to-many relationships during derive operations into Polyglot and RDMBS targets
v0.2.17
added possibility for views to be based on another view (not just on a table)
v0.2.16
add authentication through Application Default Credentials
v0.2.15
added possibility to forward- and reverse-engineer with instance from the browser deployment (given the proper license key)
v0.2.14
added mapping to target-specific maximum length when importing from DDL, referencing external definition, or deriving from Polyglot where varchar or varbinary has MAX length