jsqlparser-5.0
What's Changed
Changes and new Features
- feat: Salesforce SOQL
INCLUDESandEXCLUDESoperators 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
stringValueinDoubleValue.setValueby @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