Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.0
Description
Currently the JDBC connector has double quotes around all identifiers in SQL statements it creates.
Instead of always using double quotes, it should instead ask JDBC using java.sql.DatabaseMetaData.getIdentifierQuoteString() what the quote string is and use that.
For databases that do not support quoting identifiers a space is returned.
Attachments
Issue Links
- links to