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
The filter doesn't catch statements that are followed by a comment: http://sqlfiddle.com/#!2/83fbb/19
By the way while we're at it. How about disabling nonstractional database like myisam and allowing INSERT/UPDATE/DELETE statements? Or allowing to create temporary tables? That's not on the implicit commit list (http://dev.mysql.com/doc/refman/5.6/en/implicit-commit.html).
The text was updated successfully, but these errors were encountered:
The filter doesn't catch statements that are followed by a comment:
http://sqlfiddle.com/#!2/83fbb/19
By the way while we're at it. How about disabling nonstractional database like myisam and allowing INSERT/UPDATE/DELETE statements? Or allowing to create temporary tables? That's not on the implicit commit list (http://dev.mysql.com/doc/refman/5.6/en/implicit-commit.html).
The text was updated successfully, but these errors were encountered: