-
Bug
-
Resolution: Done
-
Major
-
1.5.0.Final
-
None
-
False
-
False
-
Undefined
-
- Have a working mysql connector.
- Issue the example ddl query from the description.
- Observe the connector failure.
-
This ddl fails the mysql connector:
ALTER TABLE t1 add COLUMN optional bool DEFAULT 0 NULL
The parser identifies "optional" here as a keyword and not as an identifier while mysql permits this keyword to be used as an identifier.