Skip to content

0.11.3

Choose a tag to compare

@nene nene released this 09 Feb 09:30
· 313 commits to master since this release

Support for latest BigQuery syntax

Upgraded the parser to support latest (as of 31. Jan 2024) BigQuery syntax.
Notably this includes:

  • support for PRIMARY KEY and FOREIGN KEY
  • OPTIONS() in view columns
  • GROUP BY with CUBE(), ROLLUP(), GROUPING SETS

Improved PostgreSQL support

  • CREATE/DROP/ALTER INDEX and REINDEX are now supported