Use helper methods from IdUtil instead of TupleDescriptor.quoteProtectName()
----------------------------------------------------------------------------
Key: DERBY-4476
URL: https://issues.apache.org/jira/browse/DERBY-4476
Project: Derby
Issue Type: Improvement
Components: SQL
Affects Versions: 10.6.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Trivial
TupleDescriptor.quoteProtectName() duplicates functionality provided by the
o.a.d.iapi.util.IdUtil class. The method should be removed, and its callers
should use IdUtil.normalToDelimited() or IdUtil.mkQualifiedName() instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.