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 "Tomohito Nakayama (JIRA)" <ji...@apache.org> on 2007/05/27 08:54:16 UTC

[jira] Updated: (DERBY-2705) Description of error message for X0X61/X0Y59/X0Y70 in SQL error messages and exceptions of Reference manual is not appropriate.

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

Tomohito Nakayama updated DERBY-2705:
-------------------------------------

    Summary: Description of error message for X0X61/X0Y59/X0Y70 in SQL error messages and exceptions of Reference manual is not appropriate.  (was: Description of error message for X0X61/X0Y59 in SQL error messages and exceptions of Reference manual is not appropriate.)

I think X0Y70 have resembling problem.

 	<triggerName> is not supported in trigger <value>.

I think correct description is next.
 	<value> is not supported in trigger <triggerName>.

> Description of error message for X0X61/X0Y59/X0Y70 in SQL error messages and exceptions of Reference manual is not appropriate.
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2705
>                 URL: https://issues.apache.org/jira/browse/DERBY-2705
>             Project: Derby
>          Issue Type: Bug
>            Reporter: Tomohito Nakayama
>
> I found next description.
> The values for column '<location>' in index '<columnName>' and table '<indexName>.<schemaNamet>' do not match for row location <tableName>. The value in the index is '<value>', while the value in the base table is '<value>'. The full index key, including the row location, is '<indexKey>'. The suggested corrective action is to recreate the index.
> I think positions of several words are not right.
> I think next is right locations.
> The values for column '<columnName>' in index '<indexName>' and table '<schemaNamet>.<tableName>' do not match for row location <location>. The value in the index is '<value>', while the value in the base table is '<value>'. The full index key, including the row location, is '<indexKey>'. The suggested corrective action is to recreate the index.

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