What's Changed
Changes and new Features
- feat: support any number/order of merge operations by @davidjgoss in #1938
- feat: Build with Automatic-Module-Name for compatibility with the Java module system. by @broneill in #1941
- fix: ExpressionVisitor.visit(AllTableColumns) method isn't being called. by @broneill in #1942
- feat: support keyword "only" for postgresql by @SheldonKubor in #1952
- feat: support Informix keywords "with no log" by @SheldonKubor in #1953
- support oracle alter table truncate partition by @SheldonKubor in #1954
- fix: issue1875 by @SheldonKubor in #1957
- fix: tables not find in parentheses join sql. by @Hanchers in #1956
- fix: Fixes parsing failing for ALTER MODIFY queries not containing datatype by @Tanish0019 in #1961
- feat: add additional CREATE VIEW modifiers by @davidjgoss in #1964
- Guard Values against null/empty values by @pingpingy1 in #1965
- fix: make analytic expression visitor null-safe by @davidjgoss in #1944
- Handle select in ExpressionVisitorAdapter by @sivaraam in #1972
New Contributors
- @broneill made their first contribution in #1941
- @SheldonKubor made their first contribution in #1952
- @Hanchers made their first contribution in #1956
- @Tanish0019 made their first contribution in #1961
- @pingpingy1 made their first contribution in #1965
Full Changelog: jsqlparser-4.8...jsqlparser-4.9