Skip to content

JSqlParser 1.1

Compare
Choose a tag to compare
@wumpz wumpz released this 29 Jun 21:36
· 1441 commits to master since this release
  • support for UPSERT syntax
  • absolute token positions in addition to column/line
  • common normal form transformer for expressions (https://en.wikipedia.org/wiki/Conjunctive_normal_form)
  • checkstyle integration to force first souce code conventions
    • checkstyle is activated by default, it can be deactivated by an environment property skipCheckSources
    • pull requests should follow this style settings