Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/101
EscapeId implementation only use quote for identifiers that don't contain special characters.
Current implementation doesn't handle identifier that are reserved words, only ensure escaping.
One would espect that using escapeId all identifier are handle, and that is not the case for reserved words.