[mysqldef] Trigger with UPDATE statement without from clause incorrectly gets "from dual" #780
Closed
osjupiter
started this conversation in
Feature requests
Replies: 1 comment
-
|
fixed by #781 |
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 parsing, if an UPDATE statement without a FROM DUAL clause exists within a trigger, "FROM DUAL" gets automatically added.
Expected DDLs:
Actual DDLs:
Beta Was this translation helpful? Give feedback.
All reactions