Use helper methods from IdUtil to quote SQL identifiers in EmbedResultSet
-------------------------------------------------------------------------
Key: DERBY-4044
URL: https://issues.apache.org/jira/browse/DERBY-4044
Project: Derby
Issue Type: Improvement
Components: JDBC
Affects Versions: 10.5.0.0
Reporter: Knut Anders Hatlen
Priority: Trivial
EmbedResultSet has two methods quoteSqlIdentifier() and getFullBaseTableName()
which should be replaced with IdUtil.normalToDelimited() and
IdUtil.mkQualifiedName(), respectively.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.