q
q copied to clipboard
Real SQL Parsing, allowing smarter logic
Couldn't find a good sql parser in python, so there are some ugly hacks there. If anyone knows a good sql parser for python, i'll be glad to integrate it.
One example of a limitation that the tool currently has due to not having real sql parsing is limited support for sub queries.
@harelba have you looked at this? https://github.com/andialbrecht/sqlparse/
thanks ritchie, i'll give it a look - looks promising!