You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2015/09/13 22:53:42 UTC

svn commit: r1702827 - /db/derby/docs/branches/10.12/src/ref/rrefexcept71493.dita

Author: rhillegas
Date: Sun Sep 13 20:53:40 2015
New Revision: 1702827

URL: http://svn.apache.org/r1702827
Log:
[RELEASE CHECKIN] Check in SQLState tables as part of building a release.

Modified:
    db/derby/docs/branches/10.12/src/ref/rrefexcept71493.dita

Modified: db/derby/docs/branches/10.12/src/ref/rrefexcept71493.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.12/src/ref/rrefexcept71493.dita?rev=1702827&r1=1702826&r2=1702827&view=diff
==============================================================================
--- db/derby/docs/branches/10.12/src/ref/rrefexcept71493.dita (original)
+++ db/derby/docs/branches/10.12/src/ref/rrefexcept71493.dita Sun Sep 13 20:53:40 2015
@@ -91,7 +91,7 @@ the corresponding text in messages.xml a
                         </row>
                         <row>
                             <entry colname="col1">01504</entry>
-                            <entry colname="col2">The new index is a duplicate of an existing index: <varname>&lt;indexName&gt;</varname>.</entry>
+                            <entry colname="col2">'<varname>&lt;newIndexName&gt;</varname>' index not created because it is a duplicate of an existing index: '<varname>&lt;existingIndexName&gt;</varname>'.</entry>
                         </row>
                         <row>
                             <entry colname="col1">01505</entry>
@@ -1103,10 +1103,6 @@ the corresponding text in messages.xml a
                             <entry colname="col2">In an ALTER TABLE statement, the column '<varname>&lt;columnName&gt;</varname>' has been specified as NOT NULL and either the DEFAULT clause was not specified or was specified as DEFAULT NULL.</entry>
                         </row>
                         <row>
-                            <entry colname="col1">42601</entry>
-                            <entry colname="col2">ALTER TABLE statement cannot add an IDENTITY column to a table.</entry>
-                        </row>
-                        <row>
                             <entry colname="col1">42605</entry>
                             <entry colname="col2">The number of arguments for function '<varname>&lt;functionName&gt;</varname>' is incorrect.</entry>
                         </row>
@@ -1743,6 +1739,10 @@ the corresponding text in messages.xml a
                             <entry colname="col2">The NEXT VALUE operator may not be used on a system-owned sequence generator.</entry>
                         </row>
                         <row>
+                            <entry colname="col1">42XAS</entry>
+                            <entry colname="col2">DISTINCT and ALL are not allowed with the VAR_POP, VAR_SAMP, STDDEV_POP, and STDDEV_SAMP aggregates.</entry>
+                        </row>
+                        <row>
                             <entry colname="col1">42XBA</entry>
                             <entry colname="col2">The schema, table or column does not exist or the column is not a string type.</entry>
                         </row>
@@ -2099,6 +2099,10 @@ the corresponding text in messages.xml a
                             <entry colname="col2">Bulk insert replace is not permitted on '<varname>&lt;tableName&gt;</varname>' because it has an enabled trigger (<varname>&lt;triggerName&gt;</varname>).</entry>
                         </row>
                         <row>
+                            <entry colname="col1">42Z09</entry>
+                            <entry colname="col2">Aggregates are not permitted in the MERGE matching clause.</entry>
+                        </row>
+                        <row>
                             <entry colname="col1">42Z15</entry>
                             <entry colname="col2">Invalid type specified for column '<varname>&lt;columnName&gt;</varname>'. The type of a column may not be changed.  </entry>
                         </row>
@@ -3509,7 +3513,7 @@ ln=lower-case two-letter ISO-639 languag
                         </row>
                         <row>
                             <entry colname="col1">XIE0S</entry>
-                            <entry colname="col2">The export operation was not performed, because the specified output file (<varname>&lt;fileName&gt;</varname>) already exists. Export processing will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the export procedure arguments to specify a file which does not exist, or delete the existing file, then retry the export operation.</entry>
+                            <entry colname="col2">The operation was not performed, because the specified output file (<varname>&lt;fileName&gt;</varname>) already exists. The procedure will not overwrite an existing file, even if the process has permissions to write to that file, due to security concerns, and to avoid accidental file damage. Please either change the output file name in the procedure arguments to specify a file which does not exist, or delete the existing file, then retry the operation.</entry>
                         </row>
                         <row>
                             <entry colname="col1">XIE0T</entry>