Skip to content

Tags: tobymao/sqlglot

Tags

v30.6.0

Toggle v30.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat(mypyc)!: compile python generator (#7528)

v30.5.0

Toggle v30.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Sync w/ integration tests

v30.4.3

Toggle v30.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix(snowflake): parse GET_DDL #unknown_policy in ROW ACCESS POLICY [C…

…LAUDE] (#7491)

* Fix(snowflake): parse GET_DDL #unknown_policy in ROW ACCESS POLICY

Snowflake's GET_DDL outputs `#unknown_policy` (without ON clause) when
the user lacks privileges to see the actual policy name. Handle the `#`
token prefix in the parser and ensure it is never quoted in output.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* Fix: ruff-format and mypy type errors

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* Fix: use X | None instead of t.Optional[X] per ruff UP007

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* Fix: use Var instead of Identifier for #unknown_policy to avoid quoting

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

* Fix: simplify #unknown_policy parsing to use _parse_var directly

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>

v30.4.2

Toggle v30.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix: incomplete `ColumnMapping` type hint

Signed-off-by: George Sittas <[email protected]>

v30.4.1

Toggle v30.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix: incomplete `ColumnMapping` type hint

Signed-off-by: George Sittas <[email protected]>

v30.4.0

Toggle v30.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix(snowflake): emit proper `HANDLER` property syntax

v30.3.0

Toggle v30.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(snowflake): parse and generate ROW ACCESS POLICY on views [CLAUD…

…E] (#7467)

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>

v30.2.1

Toggle v30.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix(postgres): `_date_add_sql` bug w/ interval inputs (#7440)

v30.2.0

Toggle v30.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(snowflake): Fix annotate_types crashes for FLATTEN over STRUCT an…

…d WithinGroup (#7434)

v30.1.0

Toggle v30.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Use DType arguments instead of strings in most DataType.build call sites