Skip to content

fix: support Oracle inline constraint states in CREATE TABLE - #2491

Merged
manticore-projects merged 1 commit into
JSQLParser:masterfrom
dengliming:fix_oracle_sql
Aug 22, 2026
Merged

fix: support Oracle inline constraint states in CREATE TABLE#2491
manticore-projects merged 1 commit into
JSQLParser:masterfrom
dengliming:fix_oracle_sql

Conversation

@dengliming

Copy link
Copy Markdown
Contributor

Fixes #2446

Parse ENABLE, DISABLE, VALIDATE, NOVALIDATE, and DEFERRABLE
as column definition parameters without affecting row movement clauses.

Add regression coverage for Oracle NOT NULL ENABLE definitions.

@manticore-projects
manticore-projects merged commit f5ecba7 into JSQLParser:master Aug 22, 2026
7 checks passed
@manticore-projects

Copy link
Copy Markdown
Contributor

Thank you much!

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: RDBMS : create table parser

2 participants