You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Too much bug and very unstable.
I review the code and found it will try to analyze the sql string and try to do something else.
But analyze code is very rough.
It's not consider multiline string, comment, begin-end block, etc.
if in backup sql file contains any line looks like this:
SET @queryString = 'SELECT * FROM `table` -- WHERE `id`>9;
If any line is ends with ";".
This library will try to excute this incomplete sql statement!
The text was updated successfully, but these errors were encountered:
Flithor
changed the title
Hmm... well... I don't recommend anyone to use this library...
Hmm... well... I don't recommend anyone to use this library in work scene...
Mar 1, 2021
Flithor
changed the title
Hmm... well... I don't recommend anyone to use this library in work scene...
Hmm... well... I don't recommend anyone to use this library in work scene... at last in present
Mar 1, 2021
Too much bug and very unstable.
I review the code and found it will try to analyze the sql string and try to do something else.
But analyze code is very rough.
It's not consider multiline string, comment, begin-end block, etc.
if in backup sql file contains any line looks like this:
If any line is ends with ";".
This library will try to excute this incomplete sql statement!
The text was updated successfully, but these errors were encountered: