[
https://issues.apache.org/jira/browse/DERBY-3147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539487
]
Dag H. Wanvik commented on DERBY-3147:
--------------------------------------
Commit 589749 introduced a javadoc warning:
[javadoc]
/export/home/tmp/derby/sb/sb1/java/engine/org/apache/derby/iapi/util/IdUtil.java:137:
warning - @param argument "s" is not a parameter name.
> Remove unused code that allow identifiers to be lower-cased.
> ------------------------------------------------------------
>
> Key: DERBY-3147
> URL: https://issues.apache.org/jira/browse/DERBY-3147
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Reporter: Daniel John Debrunner
> Assignee: Daniel John Debrunner
> Priority: Trivial
> Fix For: 10.4.0.0
>
>
> Various code in DataDictionaryImpl, LanguageConnectionContext and elsewhere
> provide some logic to allow regular SQL identifiers to be lower-cased instead
> of upper-cased, however the code is basically unused and not fully
> implemented.
> Since Derby uses the SQL standard upper-casing for regular identifiers this
> code just adds footprint and makes the methods that parse identifiers harder
> to read.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.