8000 Tags · vlulla/sqlglot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vlulla/sqlglot

Tags

v25.29.0

Toggle v25.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix(bigquery)!: parse information schema views into a single identifi…

…er (tobymao#4336)

* Fix(parser)!: always parse INFORMATION_SCHEMA.X table ref into a dot

* PR feedback

* Refactor: produce a single identifeir for information schema view

* Fix(parser)!: always parse INFORMATION_SCHEMA.X table ref into a dot

* PR feedback

v25.28.0

Toggle v25.28.0's commit message
Chore: bump sqlglotrs to v0.2.13

v25.27.0

Toggle v25.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix(clickhouse)!: time string literals containing fractional seconds (t…

…obymao#4269)

* Cast to DateTime64 if fractional seconds present

* Remove unnecessary datetime.datetime handling

* Use regex to detect microseconds in time literal

* Make nullable if passed a column instead of a string literal

* Make some tests conditional on python version

* Simplify

* Always return DateTime64(6) from TimeStrToTime

* Remove unnecessary typing import block

* PR feedback

v25.26.0

Toggle v25.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(optimizer)!: Add type hints for optimizer rules eliminate & merge…

… subqueries (tobymao#4267)

* fix(optimizer): Add type annotations for eliminate & merge subqueries

* PR Feedback 1

* PR Feedback 2

v25.25.1

Toggle v25.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: small overload fix for ensure list taking None (tobymao#4248)

v25.25.0

Toggle v25.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor!: make Explode a UDTF subclass (tobymao#4242)

v25.24.5

Toggle v25.24.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Attach CTE comments before commas (tobymao#4218)

* Fix: Attach CTE comments before commas

* PR Feedback 1

* PR Feedback 2

v25.24.4

Toggle v25.24.4's commit message
fix: tsql union with limit

v25.24.3

Toggle v25.24.3's commit message
Cleanup select builder in full join transformation

v25.24.2

Toggle v25.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: properly escape closing identifier delimiters (tobymao#4202)

0