Skip to content

fix(sql): validate column aliases in CREATE TABLE statements#5929

Merged
ideoma merged 5 commits intomasterfrom
raph_check_create_table_column_name
Jul 10, 2025
Merged

fix(sql): validate column aliases in CREATE TABLE statements#5929
ideoma merged 5 commits intomasterfrom
raph_check_create_table_column_name

Conversation

@RaphDal
Copy link
Copy Markdown
Contributor

@RaphDal RaphDal commented Jul 10, 2025

This PR fixes a bug that allowed users to create tables with invalid column names. Such tables could not be altered later.

@glasstiger
Copy link
Copy Markdown
Contributor

[PR Coverage check]

😍 pass : 7 / 7 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/engine/ops/CreateTableOperationImpl.java 7 7 100.00%

@ideoma ideoma merged commit 5f34d17 into master Jul 10, 2025
34 checks passed
@ideoma ideoma deleted the raph_check_create_table_column_name branch July 10, 2025 17:13
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.

3 participants