-
Notifications
You must be signed in to change notification settings - Fork 328
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
Schema Synchronisation Tool generates an invalid SQL #2326
Comments
👍 |
any rough idea when this might be investigated? |
at least yours has the proper quotes, double quotes won't work
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproducible case:
Create the below table on source table and sync this table to the target database using 'Schema Synchronisation Tool',
The schema sync tool generates an invalid SQL statement and therefore returns the below error,
"Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'arseDate
tinyint(1) GENERATED ALWAYS AS ((
parseDate` is not null)) STORED , ' at line 4"The user report can be found in SF: 01010243
The text was updated successfully, but these errors were encountered: