[mysqldef] Cannot use reserved words in INSERT column list #810
Closed
osjupiter
started this conversation in
Feature requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When a trigger contains an INSERT statement with reserved words as column names, it causes a parse error even though MySQL allows this.
Steps to Reproduce
Current Behavior
Proposed Solution
Allow reserved words in INSERT column lists without quotes, matching MySQL's behavior.
Beta Was this translation helpful? Give feedback.
All reactions