rsql-jpa-specification
rsql-jpa-specification copied to clipboard
Bump rsql-parser version to v2.3.2.
The rsql-parser:2.3.1 contains notable improvement of having unary operators like =null= and =notnull=.
Previously we've been forced to company.code=notnull='' because parser didn't allow no argument operator. With v2.3.1
it becomes possible so above query becomes company.code=notnull=.
However, we still accept =notnull='' version to not break user queries but I believe we should be remove it in the future releases.