Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jsqlparser-4.9 source code.tar.gz | 2024-03-09 | 682.7 kB | |
jsqlparser-4.9 source code.zip | 2024-03-09 | 1.2 MB | |
README.md | 2024-03-09 | 2.4 kB | |
Totals: 3 Items | 1.9 MB | 0 |
What's Changed
Changes and new Features
- feat: support any number/order of merge operations by @davidjgoss in https://github.com/JSQLParser/JSqlParser/pull/1938
- feat: Build with Automatic-Module-Name for compatibility with the Java module system. by @broneill in https://github.com/JSQLParser/JSqlParser/pull/1941
- fix: ExpressionVisitor.visit(AllTableColumns) method isn't being called. by @broneill in https://github.com/JSQLParser/JSqlParser/pull/1942
- feat: support keyword "only" for postgresql by @SheldonKubor in https://github.com/JSQLParser/JSqlParser/pull/1952
- feat: support Informix keywords "with no log" by @SheldonKubor in https://github.com/JSQLParser/JSqlParser/pull/1953
- support oracle alter table truncate partition by @SheldonKubor in https://github.com/JSQLParser/JSqlParser/pull/1954
- fix: issue1875 by @SheldonKubor in https://github.com/JSQLParser/JSqlParser/pull/1957
- fix: tables not find in parentheses join sql. by @Hanchers in https://github.com/JSQLParser/JSqlParser/pull/1956
- fix: Fixes parsing failing for ALTER MODIFY queries not containing datatype by @Tanish0019 in https://github.com/JSQLParser/JSqlParser/pull/1961
- feat: add additional CREATE VIEW modifiers by @davidjgoss in https://github.com/JSQLParser/JSqlParser/pull/1964
- Guard Values against null/empty values by @pingpingy1 in https://github.com/JSQLParser/JSqlParser/pull/1965
- fix: make analytic expression visitor null-safe by @davidjgoss in https://github.com/JSQLParser/JSqlParser/pull/1944
- Handle select in ExpressionVisitorAdapter by @sivaraam in https://github.com/JSQLParser/JSqlParser/pull/1972
New Contributors
- @broneill made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1941
- @SheldonKubor made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1952
- @Hanchers made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1956
- @Tanish0019 made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1961
- @pingpingy1 made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1965
Full Changelog: https://github.com/JSQLParser/JSqlParser/compare/jsqlparser-4.8...jsqlparser-4.9