-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
[psqldef] Cannot parse t.*
in select t.* from t;
#397
Comments
Thank you for reporting it. Could you check which version between 0.11.50 and 0.15.24 introduced this problem? |
by git bisect, e1bba65 introduced this problem. |
Thanks for finding it. I think, while the version before that revision happens to "work", it's not how it's supposed to parse the expression. So both versions seem broken in different ways. The right solution to it is probably checking |
The bug crashing on |
Platform
In version 0.11.50 (that we are using now), Input SQL is loaded correctly, but in version 0.15.24, an error occurs when loading.
--export output
Input SQL
Current output
Expected output
create view without panic
The text was updated successfully, but these errors were encountered: