-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semicolon #136
Comments
I found some mysql information that says I need to give the statement separator differently in the client |
It did not help. Setting:
To make it work in flutter, while it works to run it in phpMyAdmin |
The error says: Error 1064 (42000) which should be related to DELIMITER according to this SO thread: https://stackoverflow.com/questions/6998705/error-1064-42000-in-mysql |
Semicolon
I have noticed using semicolon in the sql fails the it. Now it happens again
The following don't work in the plugin. It works to run in phpmyadmin. Also running the SELECT calls separately works with the plugin.
The text was updated successfully, but these errors were encountered: