q icon indicating copy to clipboard operation
q copied to clipboard

Real SQL Parsing, allowing smarter logic

Open harelba opened this issue 11 years ago • 3 comments

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.

harelba avatar Jan 04 '14 12:01 harelba

One example of a limitation that the tool currently has due to not having real sql parsing is limited support for sub queries.

harelba avatar Jan 04 '14 12:01 harelba

@harelba have you looked at this? https://github.com/andialbrecht/sqlparse/

ritchielincoln avatar Jan 05 '14 18:01 ritchielincoln

thanks ritchie, i'll give it a look - looks promising!

harelba avatar Jan 06 '14 23:01 harelba