Skip to content

Tags: tobymao/sqlglot

Tags

v27.14.0

Toggle v27.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Chore: move `exp.Contains` to `BOOLEAN` entry in `TYPE_TO_EXPRESSIONS`

v27.13.2

Toggle v27.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: select session (#5836)

v27.13.1

Toggle v27.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: window spec no and only exclude (#5834)

* fix: window spec no and only exclude

* Update sqlglot/parser.py

Co-authored-by: Jo <[email protected]>

---------

Co-authored-by: Jo <[email protected]>

v27.13.0

Toggle v27.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix(bigquery): properly generate `LIMIT` for `STRING_AGG` (#5830)

v27.12.0

Toggle v27.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix(parser): address edge case where `values` is used as an identifier (

#5801)

v27.11.0

Toggle v27.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Chore: bump sqlglotrs to 0.6.2

v27.10.0

Toggle v27.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat!: add support for REVOKE DDL (#5703)

* feat: add support for REVOKE DDL

* refactor: reuse Grant arg_types for Revoke

* refactor: extract common grant/revoke sql
generator logics into a shared method

* refactor: extract common parser grant/revoke logics

* Update sqlglot/generator.py

Co-authored-by: Jo <[email protected]>

---------

Co-authored-by: Jo <[email protected]>

v27.9.0

Toggle v27.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add sproc control flow keywords to BQ (#5702)

v27.8.0

Toggle v27.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Feat(dremio): handle `DATE_FORMAT`, `TO_DATE`, and `TO_TIMESTAMP` (#5597

)

* add parser and tests for DATE_FORMAT, TO_DATE, and TO_TIMESTAMP

* remove unneeded transforms for now.  fix tests

* Update sqlglot/dialects/dremio.py

* Update tests/dialects/test_dremio.py

---------

Co-authored-by: Jo <[email protected]>

v27.7.0

Toggle v27.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(optimizer)!: parse and annotate type for bigquery REVERSE (#5571)