-
Notifications
You must be signed in to change notification settings - Fork 567
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
MySQL - On Update not taking expression #543
Comments
I am trying to resolve this But unable to work out how to make the test: Also the ColumnOption::DialectSpecific only takes vec of tokens, so I had to add one for this that takes an expr: If anyone could provide a bit of guidance I will make a PR once resolved. |
I think if you make a PR that is likely the best way to get guidance. |
@Sibz looking at MySQL's You're trying to add the [1] : https://dev.mysql.com/doc/refman/8.0/en/create-table.html |
Yes your right, it doesn't take an expression per se, only takes |
And further, we must support all synonyms of CURRENT_TIMESTAMP: I will review my code and test as soon as I have chance, though I am very busy these days. |
does not work
The text was updated successfully, but these errors were encountered: