You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2007/05/08 21:11:15 UTC

[jira] Reopened: (DERBY-2334) Accept the new collation attribute and store it as a database property. Will be used for language based collation ordering.

     [ https://issues.apache.org/jira/browse/DERBY-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren reopened DERBY-2334:
---------------------------------------


I believe revision 535738 caused a number of javadoc warnings:
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLChar.java:145: warning - Tag @see: missing '#': "SQLChar.stringCompare(SQLChar, SQLChar)"
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLChar.java:145: warning - Tag @see: can't find SQLChar.stringCompare(SQLChar, SQLChar) in org.apache.derby.iapi.types.CollatorSQLChar
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLClob.java:145: warning - Tag @see: missing '#': "SQLChar.stringCompare(SQLChar, SQLChar)"
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLClob.java:145: warning - Tag @see: can't find SQLChar.stringCompare(SQLChar, SQLChar) in org.apache.derby.iapi.types.CollatorSQLClob
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLLongvarchar.java:145: warning - Tag @see: missing '#': "SQLChar.stringCompare(SQLChar, SQLChar)"
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLLongvarchar.java:145: warning - Tag @see: can't find SQLChar.stringCompare(SQLChar, SQLChar) in org.apache.derby.iapi.types.CollatorSQLLongvarchar
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLVarchar.java:145: warning - Tag @see: missing '#': "SQLChar.stringCompare(SQLChar, SQLChar)"
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\CollatorSQLVarchar.java:145: warning - Tag @see: can't find SQLChar.stringCompare(SQLChar, SQLChar) in org.apache.derby.iapi.types.CollatorSQLVarchar
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\WorkHorseForCollatorDatatypes.java:86: warning - Tag @see: missing '#': "SQLChar.stringCompare(SQLChar, SQLChar)"
      [javadoc] C:\nightlies\main\src\opensource\java\engine\org\apache\derby\iapi\types\WorkHorseForCollatorDatatypes.java:86: warning - Tag @see: can't find SQLChar.stringCompare(SQLChar, SQLChar) in org.apache.derby.iapi.types.WorkHorseForCollatorDatatypes




> Accept the new collation attribute and store it as a database property. Will be used for language based collation ordering.
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2334
>                 URL: https://issues.apache.org/jira/browse/DERBY-2334
>             Project: Derby
>          Issue Type: Sub-task
>          Components: JDBC
>    Affects Versions: 10.3.0.0
>            Reporter: Mamta A. Satoor
>         Assigned To: Mamta A. Satoor
>         Attachments: DERBY2334_AcceptCollationAttribute_diff_V01.txt, DERBY2334_AcceptCollationAttribute_diff_V02.txt, DERBY2334_AcceptCollationAttribute_stat_V01.txt, DERBY2334_AcceptCollationAttribute_stat_V02.txt
>
>
> A user would specify the collation desired (UCS_BASIC or TERRITORY_BASED_COLLATION) through the new jdbc url attribute - collation. This attribute will be used to determine collation ordering for character datatypes,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.