Skip to content
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
@vduseev

Description

@vduseev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions