Skip to content

Releases: takegue/tree-sitter-sql-bigquery

v0.8.0

26 May 23:45
Compare
Choose a tag to compare

v0.7.1

26 May 21:47
Compare
Choose a tag to compare

What's Changed

πŸ• Features

By @takegue in #100

  • feat: Add GROUP BY ALL syntax
  • feat: add ALTER SCHEMA ADD/DROP REPLICA

πŸ‘’ Dependencies

  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #96

Full Changelog: v0.7.0...0.7.1

v0.7.0

26 May 22:52
e32b1e4
Compare
Choose a tag to compare

What's Changed

πŸ• Features

  • Support AGGREGATION_THRESHOLD clause by @takegue in #59
  • Update support node version by @takegue in #78
  • feat: migrate scanner from C++ to C and additional bindings of C, go, python, swift by @ilyakochik in #75
  • feat: Implementation RANGE function syntax by @takegue in #82

πŸ‘’ Dependencies

New Contributors

Full Changelog: v0.6.0...0.7.0

v0.6.0

11 Oct 21:51
b558d95
Compare
Choose a tag to compare

What's Changed

πŸ• Features

  • Support GROUPING SETS syntax and nested groupable items by @takegue in #55

πŸ‘’ Dependencies

Full Changelog: v0.5.0...0.6.0

v0.5.0

13 Aug 03:00
de2c5cc
Compare
Choose a tag to compare

What's Changed

πŸ• Features

  • Support quantitive like operator ASTs by @takegue in #48

πŸ‘’ Dependencies

Full Changelog: v0.4.2...0.5.0

v0.4.2

29 Jul 13:20
Compare
Choose a tag to compare

What's Changed

πŸ• Features

  • Node v20 support by @takegue in #44
  • v0.4.2 by @github-actions in #45

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Jul 12:05
Compare
Choose a tag to compare

What's Changed

πŸ• Features

  • Support constraint directive on CREATE TABLE statement by @takegue in #42

Full Changelog: v0.4.0...0.4.1

v0.4.0

29 Jul 10:44
Compare
Choose a tag to compare

What's Changed

πŸ• Features

By @takegue in #38

  • #36 Multiple ALTER COLUMN clause cannot be parsed
  • #37 Supports PRIMARY KEY, FOREIGN KEY syntaxes

πŸ‘’ Dependencies

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Jul 22:44
Compare
Choose a tag to compare
  • Support DIFFRENTIAL_PRIVACY syntax

v0.3.0

05 May 01:56
Compare
Choose a tag to compare

What's Changed

  • Support RECURSIVE option on CTE and deprecate non_recursive_cte node [BREAKING]
  • Support COLLATE option
  • Support DEFAULT option