Skip to content
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

fix(engine/mysql): Update incorrect signatures #1180

Merged
merged 1 commit into from
Sep 12, 2021
Merged

Conversation

kyleconroy
Copy link
Collaborator

DATE_ADD and DATE_SUB take three arguments, not two.

Fixes #1178

DATE_ADD and DATE_SUB take three arguments, not two.
@kyleconroy kyleconroy merged commit 22272b8 into main Sep 12, 2021
@kyleconroy kyleconroy deleted the kyle/mysql-date-add branch September 12, 2021 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

function date_add(unknown, unknown, unknown) does not exist
1 participant