Skip to content

Releases: ridi-oss/sqlglot-go

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 00:50
4da2e10

0.20.0 (2026-07-24)

Features

  • parser: model Postgres [NOT] DEFERRABLE transaction mode (#57) (cde680f)

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:14
b372678

0.19.0 (2026-07-23)

Features

  • parser: structure Postgres multi-value SET (SET var = a, b) (#55) (73805c8)

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:56
0e6f7eb

0.18.0 (2026-07-23)

Features

  • parser: structure MySQL SET ROLE / SET DEFAULT ROLE (#53) (3666851)

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 13:35
4c88307

0.17.0 (2026-07-23)

Features

  • dialects: opt-in MySQL sql_mode=ANSI_QUOTES (mysql_ansi_quotes) (#50) (6e66a15)

Bug Fixes

  • parser: resolve pg_catalog builtin type names in Postgres typed literals (#51) (6581a9a)

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 10:57
bc0e631

0.16.0 (2026-07-23)

Features

  • parser: structure session/privilege statements pm reads as raw Command (#48) (c76d0ce)

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:49
671694e

0.15.2 (2026-07-23)

Bug Fixes

  • parser: resolve pg_catalog-qualified builtin type names to the builtin node (#46) (dfba2e8)

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:46
338de73

0.15.1 (2026-07-23)

Bug Fixes

  • parser: reject engine-invalid string aliases and table identifiers per dialect (#44) (cb269c7)

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 01:24
320895e

0.15.0 (2026-07-23)

Features

  • parser: parse SAVEPOINT and RELEASE SAVEPOINT to a Savepoint node (#42) (1009b98)

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 00:19
f46e646

0.14.0 (2026-07-23)

Features

  • parser: recognize bare niladic system functions and Postgres START TRANSACTION (#40) (33e1afc)

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:55
3e48213

0.13.0 (2026-07-22)

Features

  • postgres: release user-type space typed-literal parsing (#38) (acc4c4c)