Skip to content

Refactor statement matching #159

@sunng87

Description

@sunng87

Currently we are using string matching to shortcut those set, show statements. However, this approach somehow fragile. Since we are already using sqlparser for rewrite rules, we can get Statement for both simple and extended query. It would be better to rewrite those shortcut code by check the structured Statement.

Metadata

Metadata

Assignees

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