-
Notifications
You must be signed in to change notification settings - Fork 1.5k
EQL parser rejects reserved words and functions in IN
expressions
#3834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sounds like a duplicate of #3829. Can you upgrade to 3.4.5-SNAPSHOT and retest to see whether the issue is gone for you? |
@mp911de that's interesting, let me check, thanks! |
no, the same with 3.4.5-SNAPSHOT |
IN
expressions
it also fails when I'm writing something like this
|
That's fixed now. New snapshots should be online in around 30 mins. |
@mp911de |
@mp911de now it works fine with 3.4.5-SNAPSHOT. Thanks again and greetings from Ukraine |
EqlParser cannot parse the valid EQL queries. Here are the queries
select f from FooEntity f where upper(f.name) IN :names
select f from FooEntity f where f.size IN :sizes
The demo project is attached
eql-bug-check.zip
The text was updated successfully, but these errors were encountered: