Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jsqlparser-5.0 source code.tar.gz | 2024-06-30 | 692.7 kB | |
jsqlparser-5.0 source code.zip | 2024-06-30 | 1.2 MB | |
README.md | 2024-06-30 | 1.5 kB | |
Totals: 3 Items | 1.9 MB | 0 |
What's Changed
Changes and new Features
- feat: Salesforce SOQL
INCLUDES
andEXCLUDES
operators by @lucarota in https://github.com/JSQLParser/JSqlParser/pull/1985 - Add module info by @bowbahdoe in https://github.com/JSQLParser/JSqlParser/pull/1998
- Add missing java.sql require by @bowbahdoe in https://github.com/JSQLParser/JSqlParser/pull/1999
- feat: Capture expression name part delimiters by @mountaincrab in https://github.com/JSQLParser/JSqlParser/pull/2001
- fix: set
stringValue
inDoubleValue.setValue
by @Qnzvna in https://github.com/JSQLParser/JSqlParser/pull/2009 - support custom DeParser by @redkale in https://github.com/JSQLParser/JSqlParser/pull/2013
- feat: Allow OUTER keyword as function parameter name by @mountaincrab in https://github.com/JSQLParser/JSqlParser/pull/2021
New Contributors
- @lucarota made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1985
- @bowbahdoe made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/1998
- @mountaincrab made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/2001
- @Qnzvna made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/2009
- @redkale made their first contribution in https://github.com/JSQLParser/JSqlParser/pull/2013
Full Changelog: https://github.com/JSQLParser/JSqlParser/compare/jsqlparser-4.9...jsqlparser-5.0