This repository was archived by the owner on Sep 11, 2024. It is now read-only.
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Parse SQL using sqlparse library or something more robust #1
Open
Description
Summary
Currently SQL is parsed manually which creates problems for some corner cases
- One line with multiple statements
- Comments like
/* */
- Fully commented blocks of code
There is gotta be better way of doing that. For example, by using sqlparse
library to parse statements and deal with comments.
Metadata
Metadata
Assignees
Labels
No labels