What's Changed
Changes and new Features
- #2119 add support INSERT OVERWRITE PARTITION by @tt20061904 in #2135
- fix: allowing skyline keywords as columns, tables, etc. by @nicky6s in #2137
- feat: Adding coverage for Postgres "OVERRIDING SYSTEM VALUE" by @nicky6s in #2142
- feat: Support unknown keyword by @EmilyOng in #2141
- Support not equals operator with a hat by @ssteinhauser in #2153
- Added support for minus all; except all; intersect all; by @SunandaS76 in #2081
- Add more tests to TablesNamesFinderTest for SubqueryAliasesIssue1987 by @pinkfloyda in #2154
- IsNullExpression and IsBooleanExpression children are not visited in … by @SuperPat45 in #2180
- Add support for parsing MySQL DISCARD and IMPORT TABLESPACE DDL statements by @minleejae in #2198
- Add support for AllTableColumns in PrimaryExpression by @tomershay in #2197
- Allow specific keywords to be parsed as identifiers (fix issue with RENAME COLUMN) by @minleejae in #2203
- Add support for MySQL ALTER TABLE ... [DEFAULT] COLLATE [=] collation_name syntax by @minleejae in #2204
- Add parsing for ALTER TABLE tbl_name {DISABLE | ENABLE} KEYS by @minleejae in #2205
- feat: add support SELECT all columns from function result by @0xlianhu in #2207
- feat: support MySQL ALTER TABLE ... PARTITION BY syntax by @minleejae in #2210
- Add support for MySQL ALTER TABLE partition options in parser by @minleejae in #2211
- Add test case for ALTER TABLE with KEY_BLOCK_SIZE for MySQL by @minleejae in #2213
- Add MySQL Index Parsing Support for ALTER TABLE Statements by @minleejae in #2215
- Resolve parser choice conflicts by adjusting lookahead in index-related rules by @minleejae in #2217
- Add support for TableFunction [WITH OFFSET|ORDINALITY] by @davyboyhayes in #2219
- Add support for parsing MySQL ALTER TABLE statements with advanced options by @minleejae in #2223
- feat: enhance ALTER TABLE support with UNIQUE KEY and INVISIBLE index by @minleejae in #2234
New Contributors
- @tt20061904 made their first contribution in #2135
- @EmilyOng made their first contribution in #2141
- @SunandaS76 made their first contribution in #2081
- @pinkfloyda made their first contribution in #2154
- @SuperPat45 made their first contribution in #2180
- @0xlianhu made their first contribution in #2207
- @davyboyhayes made their first contribution in #2219
Full Changelog: jsqlparser-5.1...jsqlparser-5.2