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

Rick Hillegas updated DERBY-2705:
---------------------------------

    Fix Version/s: 10.10.0.0
    
> Description of error message for X0X61/X0Y59/X0Y69/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
>          Components: Documentation
>    Affects Versions: 10.2.2.0
>         Environment: 
> http://db.apache.org/derby/docs/dev/ref/rrefexcept71493.html
>            Reporter: Tomohito Nakayama
>             Fix For: 10.10.0.0
>
>         Attachments: derby-2705-01-aa-latestGeneratedErrorTables.diff
>
>
> I think positions of several words are not right.
>  X0X61:
> 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.
> Corrected to :
> 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.
> X0Y59 :
> Attempt to add or enable constraint(s) on table '<rowName>' failed because 
> the table contains <constraintName> row(s) that violate the following check 
> constraint(s): <tableName>.
> Corrected to :
> Attempt to add or enable constraint(s) on table '<tableName>' failed because 
> the table contains <rowName> row(s) that violate the following check 
> constraint(s): <constraintName>.
> X0Y69 :
>   <triggerName> is not supported in trigger <value>.
> Corrected to :
>   <value> is not supported in trigger <triggerName>.
> X0Y70 :
> INSERT, UPDATE and DELETE are not permitted on table <triggerName> because 
> trigger <tableName> is active.
> Corrected to
> INSERT, UPDATE and DELETE are not permitted on table <tableName> because 
> trigger <triggerName> is active. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to