Commit 840d74d
fix(plsql): support ROW STORE COMPRESS and COLUMN STORE COMPRESS in table_compression (#58)
The Oracle ANTLR grammar's table_compression rule was missing support for
Oracle 12c+ ROW STORE and COLUMN STORE compression syntax, causing
"Syntax error ... ROW STORE" when parsing valid CREATE TABLE DDL.
Add ROW STORE COMPRESS [BASIC | ADVANCED] and
COLUMN STORE COMPRESS [FOR {QUERY | ARCHIVE} [LOW | HIGH]] [[NO] ROW LEVEL LOCKING]
as alternatives in the table_compression rule.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent effef73 commit 840d74d
2 files changed
+14362
-14116
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3701 | 3701 | | |
3702 | 3702 | | |
3703 | 3703 | | |
| 3704 | + | |
| 3705 | + | |
3704 | 3706 | | |
3705 | 3707 | | |
3706 | 3708 | | |
| |||
0 commit comments