Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Parse SQL using sqlparse library or something more robust #1

Open
vduseev opened this issue May 28, 2021 · 0 comments
Open

Parse SQL using sqlparse library or something more robust #1

vduseev opened this issue May 28, 2021 · 0 comments

Comments

@vduseev
Copy link
Collaborator

vduseev commented May 28, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant