Skip to content

Tags: goccy/go-zetasqlite

Tags

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix FindTable to handle dot-separated path elements (#235)

When using backtick-quoted fully qualified table names like
`project.dataset.table`, ZetaSQL may parse the entire string as a
single path element rather than splitting it into three separate
elements. This causes FindTable to fail when looking up tables that
were created with such paths.

This change adds a fallback that normalizes the path by splitting
dot-separated elements when the initial lookup fails. This allows
DROP TABLE to work correctly for tables created with fully qualified
backtick-quoted names.

v0.19.3

Toggle v0.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support create table as select with column list (#214)

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Date] [Datetime] [Timestamp] Handle `QUARTER`, `WEEK(DAY)`, `ISOWEEK` (

#204)

* [Date] [Datetime] [Timestamp] Handle `QUARTER`, `WEEK(DAY)`, `ISOWEEK`

* Update function_date.go

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[String] Do not cast integer/float-like strings to datetime (#184)

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[String] Cast to INT64 should use base-10 parsing (#159)

* [String] Cast to INT64 should use base-10 parsing

* refix 0x

* invert

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (#129)

* update deps

* update deps

v0.17.3

Toggle v0.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies (#127)

* update dependencies

* update go.mod

v0.17.2

Toggle v0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with passing parameters to a multiple statements SQL query (#…

…119)

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Care INFORMATION_SCHEMA (#118)

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support SetMaxNamePath API (#117)