-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
WithIsolation regression between v4.3 and v4.4 #1520
Comments
I will fix it today |
chiangcho
pushed a commit
to chiangcho/JSqlParser
that referenced
this issue
Apr 27, 2022
@wumpz: looks to me like this was a perfect illustration, why the proposed Keywords-Improvement is needed. |
Closed, since no further question has been asked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I found that following query cannot be parsed with v4.4, but with v4.3 it is ok.
When I change
rs
alias to something else, it is parsed correctly. I found that it is because ofWithIsolation()
parsing and token. When I remove it in v4.4, it is parsed correctly.See
Mind that my SQL is isolated test case, and is part of much bigger SQL, and I am able to run it by MSSQL without error.
I am currently trying to create PR, but JavaCC is new to me (I am used to work with ANTLR).
What do you think?
Thx
Ivos
cc @chiangcho
The text was updated successfully, but these errors were encountered: