Skip to content

Add support for ClickHouse MATERIALIZED column in CREATE TABLE#2377

Merged
manticore-projects merged 1 commit intoJSQLParser:masterfrom
dengliming:fix_0213
Feb 13, 2026
Merged

Add support for ClickHouse MATERIALIZED column in CREATE TABLE#2377
manticore-projects merged 1 commit intoJSQLParser:masterfrom
dengliming:fix_0213

Conversation

@dengliming
Copy link
Contributor

  • allow MATERIALIZED in column specs
  • allow ORDER BY in table options
  • add regression test for ENGINE = MergeTree() ORDER BY tuple()

fixes #2354#2353

- allow `MATERIALIZED` in column specs
- allow `ORDER BY` in table options
- add regression test for `ENGINE = MergeTree() ORDER BY tuple()`
@manticore-projects manticore-projects merged commit ededd86 into JSQLParser:master Feb 13, 2026
7 checks passed
@manticore-projects
Copy link
Contributor

Thank you for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] JSQLParser 5.4-SNAPSHOT : Clickhouse : MATERIALIZED not supported in Clickhouse CREATE TABLE

2 participants