v2.0.0-alpha.9
Support comparing columns across related tables in permission's boolean expressions
We now support comparing columns across related tables (fixing #3459) . For example:
Consider two tables, items(id, name, stock)
and shopping_cart(id, item_id, quantity)
and these two tables are related via the item_id
column. Now, while defining insert permission
on the shopping_cart
table, there can be a check to insert an item into the shopping cart
only when there is enough stock
present in the items
table.
BigQuery support
We bring support for querying on Google BigQuery!
More details to come soon.
Bug fixes and improvements
- server: fix bug with catalog upgrade from alpha.7 (fix #6802)
- server: fix a bug in remote schema permissions that could result in an invalid GraphQL schema (fix #6029, #6703)
- server: support query multiplexing in MSSQL subscriptions
- console: add bigquery support
- cli: add support for bigquery in metadata operations