Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
java 9 (jdbc 4.3) Statement.enquoteIdentifier current implementation is missing 2 things:
- identifier containing only number must be quoted, even if `alwaysQuote` parameter is set to false
- length validation must be done (< 64 characters).
see https://mariadb.com/kb/en/identifier-names/ for reference