Closed ariarijp closed 1 year ago
When I have some queries terminated with a semicolon, then find-tables fails. (i.e. SELECT * FROM table;)
find-tables
SELECT * FROM table;
Trim semicolon from queries before extract table names.
Problem
When I have some queries terminated with a semicolon, then
find-tables
fails. (i.e.SELECT * FROM table;
)Solution
Trim semicolon from queries before extract table names.