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
ERROR:
from sql_metadata import Parser rawSQL1 = ''' with aa as --sdfsdfsdf (SELECT * from table1) SELECT * FROM aa ''' tbls = Parser(rawSQL1).tables
NO ERROR:
from sql_metadata import Parser rawSQL1 = ''' with aa --sdfsdfsdf as (SELECT * from table1) SELECT * FROM aa ''' tbls = Parser(rawSQL1).tables
Crashes if exist comment sign '--' after 'AS'
The text was updated successfully, but these errors were encountered:
fix macbre#390 AttributeError: 'NoneType' object has no attribute 'no…
d1b4984
…rmalized'
fix macbre#390 and add test
70a5659
Up for that, very annoying bug. Any updates for @Byunk PR #440 ? @macbre
Sorry, something went wrong.
b9a64d6
Sorry, missed that PR. Merged, will release new version soon.
No branches or pull requests
ERROR:
NO ERROR:
Crashes if exist comment sign '--' after 'AS'
The text was updated successfully, but these errors were encountered: