-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Missing comma on ALTER TABLE with COLLATE and COLLATION #229
Comments
When removed both ALTER TABLE `place` CHANGE COLUMN `plc_location_type` `gplc_location_type` ENUM('LOCATION') NOT NULL; |
@devenbansod Can you please have a look ? |
Closes: #230 Fixes: #229 Signed-off-by: William Desportes <[email protected]>
I am still facing this issue in |
This is because you are using the SQL mode I think you should refer to #284 to follow any progress on this issue |
Hi,
The following statement:
throws an exeception: "Missing comma before start of a new alter operation."
Looks like similar issue to #218
The text was updated successfully, but these errors were encountered: