Skip to content

jsqlparser-0.9.7

Compare
Choose a tag to compare
@wumpz wumpz released this 26 Feb 23:13
· 1691 commits to master since this release

Extensions in version 0.9.7

  • support getting jdbc parameter index
  • Removed limitation of LongValue to accept only java.util.Long parsable values.
  • introduced NOT without parenthesis for column only conditions
  • introduced more complex expressions within CASE - statements
  • improved Postgresql JSON - support
  • integrated some Postgresql create table contraints
  • support for alter table modify statements
  • allowed more types of expressions after limit and top.