[mysqldef] Subtraction without spaces in trigger causes syntax error #787
Closed
osjupiter
started this conversation in
Feature requests
Replies: 1 comment
-
|
This issue is fixed by #788 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When exporting trigger statements that contain subtraction without spaces between values, mysqldef fails with a syntax error.
SQL
Error
Additional information
1 + 1 - 1), it works without errors1+1-1)Beta Was this translation helpful? Give feedback.
All reactions