Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upValidation visitor framework #1045
Conversation
https://github.com/gitmotte/JSqlParser.git into master.fluent
* add some constructors * fix and add "with" / "add" methods
* add some constructors
* add some with-methods * add getter/setter named after the field without abbrivation
|
@wumpz i think the next steps, bugfixes or features should be developed with new pull-requests |
|
|
||
| public JSQLParserException() { | ||
| super(); | ||
| } | ||
|
|
||
| public JSQLParserException(String arg0) { | ||
| super(arg0); | ||
| public JSQLParserException(String message, Throwable cause) { |
AnEmortalKid
Sep 22, 2020
Contributor
changed the class which means we should update the serial right?
changed the class which means we should update the serial right?
gitmotte
Sep 22, 2020
Author
Contributor
ok, done
ok, done
|
Should this be split in chunks? FeatureConfiguration class : common way for configurations of parser-features (supports Object-values - with convenience methods for boolean getAsBoolean, String getAsString)
|
No, the validation-framework depends on Feature/FeatureSet's, features could be parser-features like switching the ability for parsing the Square-Bracket Quotation (SQLServer-Feature) on or off - those Features are configured with FeatureConfiguration.
|
|
it's ready to merge now. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

#1005
extensible validation visitor framework
add (package net.sf.jsqlparser.util.validation)
add (package net.sf.jsqlparser.parser.feature)
changes in branch https://github.com/gitmotte/JSqlParser/tree/master.validate within packages