Skip to content

Tags: AfterShip/clickhouse-sql-parser

Tags

v0.4.14

Toggle v0.4.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `SELECT` keyword inside functions (#200)

v0.4.13

Toggle v0.4.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `Walk` logic for `When` clause (#190)

v0.4.11

Toggle v0.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ALTER TABLE MODIFY/RESET SETTING syntax support (#185)

v0.4.10

Toggle v0.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add MILLISECOND to time interval units (#166)

v0.4.9

Toggle v0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow using REFRESH expression in CREATE MV syntax (#158)

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix INSERT INTO should allow the empty column list (#153)

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support of `GROUPING SETS` syntax for the group by clause (#150)

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix should allow using the keyword as column name (#148)

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support of TTL expression in column definition (#136)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix wrongly string format in UnaryExpr (#123)