rsql-jpa-specification icon indicating copy to clipboard operation
rsql-jpa-specification copied to clipboard

Bump rsql-parser version to v2.3.2.

Open nstdio opened this issue 1 year ago • 0 comments

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.

nstdio avatar May 01 '24 14:05 nstdio