We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sqlparser-rs 0.30.0 can parse this query
0.30.0
SELECT a, b, c FROM lineitem AS l (A, B, C)
However, in 0.31.0 it fails like:
ParserError("Expected identifier, found: ,")
There sadly seems to have been no regression test coverage.
I suspect it was introduced as part of c35dcc9 / #769 from @mskrzypkows
I have a local test and am working on fixing it.
This was found by one of datafusion's regression tests while we were upgrading: apache/datafusion#5457
The text was updated successfully, but these errors were encountered:
0.32.0
alamb
Successfully merging a pull request may close this issue.
sqlparser-rs
0.30.0
can parse this queryHowever, in 0.31.0 it fails like:
There sadly seems to have been no regression test coverage.
I suspect it was introduced as part of c35dcc9 / #769 from @mskrzypkows
I have a local test and am working on fixing it.
This was found by one of datafusion's regression tests while we were upgrading: apache/datafusion#5457
The text was updated successfully, but these errors were encountered: