Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 17164 invoked from network); 26 Apr 2010 14:44:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 14:44:37 -0000 Received: (qmail 15951 invoked by uid 500); 26 Apr 2010 14:44:37 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 15926 invoked by uid 500); 26 Apr 2010 14:44:37 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 15919 invoked by uid 99); 26 Apr 2010 14:44:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 14:44:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 14:44:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 24B412388978; Mon, 26 Apr 2010 14:43:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r938065 - /db/derby/docs/trunk/src/ref/rrefexcept71493.dita Date: Mon, 26 Apr 2010 14:43:51 -0000 To: derby-commits@db.apache.org From: rhillegas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100426144351.24B412388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rhillegas Date: Mon Apr 26 14:43:50 2010 New Revision: 938065 URL: http://svn.apache.org/viewvc?rev=938065&view=rev Log: DERBY-4593: Check latest version of SQLState documentation into the trunk. Modified: db/derby/docs/trunk/src/ref/rrefexcept71493.dita Modified: db/derby/docs/trunk/src/ref/rrefexcept71493.dita URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefexcept71493.dita?rev=938065&r1=938064&r2=938065&view=diff ============================================================================== --- db/derby/docs/trunk/src/ref/rrefexcept71493.dita (original) +++ db/derby/docs/trunk/src/ref/rrefexcept71493.dita Mon Apr 26 14:43:50 2010 @@ -303,6 +303,10 @@ the corresponding text in messages.xml a Missing permission for user '<authorizationID>' to create database '<databaseName>' [<exceptionMsg>]. + 08004 + Connection authentication failure occurred. Either the supplied credentials were invalid, or the database uses a password encryption scheme not compatible with the strong password substitution security mechanism. If this error started after upgrade, refer to the release note for DERBY-4483 for options. + + 08006 A network protocol error was encountered and the connection has been terminated: <error> @@ -334,6 +338,10 @@ the corresponding text in messages.xml a 08006 Database '<databaseName>' shutdown. + + 08006 + Database '<databaseName>' dropped. + @@ -503,6 +511,10 @@ the corresponding text in messages.xml a '<argument>' is an invalid argument to the <functionName> function. + 2200H + Sequence generator '<sequenceName>' does not cycle. No more values can be obtained from this sequence generator. + + 2200L Values assigned to XML columns must be well-formed DOCUMENT nodes. @@ -582,6 +594,10 @@ the corresponding text in messages.xml a 2201W Invalid row count for FIRST/NEXT, must be >= 1. + + 2201Z + NULL value not allowed for <string> argument. + @@ -907,11 +923,11 @@ the corresponding text in messages.xml a 42504 - User '<authorizationID>' does not have execute permission on <objectName> '<schemaName>'.'<tableName>'. + User '<authorizationID>' does not have <permissionType> permission on <objectName> '<schemaName>'.'<tableName>'. 42505 - User '<authorizationID>' does not have execute permission on <objectName> '<schemaName>'.'<tableName>' for grant. + User '<authorizationID>' does not have <permissionType> permission on <objectName> '<schemaName>'.'<tableName>' for grant. 42506 @@ -1122,10 +1138,6 @@ the corresponding text in messages.xml a Long column type column or parameter '<columnName>' not permitted in declared global temporary tables or procedure definitions. - 42972 - An ON clause associated with a JOIN operator is not valid. - - 42995 The requested function does not apply to global temporary tables. @@ -1426,6 +1438,10 @@ the corresponding text in messages.xml a VALUES clause must contain at least one element. Empty elements are not allowed. + 42X81 + A query expression must return at least one column. + + 42X82 The USING clause returned more than one row. Only single-row ResultSets are permissible. @@ -1538,6 +1554,34 @@ the corresponding text in messages.xml a NOT NULL is allowed only if you explicitly declare a datatype. + 42XAC + 'INCREMENT BY' value can not be zero. + + + 42XAE + '<argName>' value out of range of datatype '<datatypeName>'. Must be between '<minValue>' and '<maxValue>'. + + + 42XAF + Invalid 'MINVALUE' value '<minValue>'. Must be smaller than 'MAXVALUE: <maxValue>'. + + + 42XAG + Invalid 'START WITH' value '<startValue>'. Must be between '<minValue>' and '<maxValue>'. + + + 42XAH + A NEXT VALUE FOR expression may not appear in many contexts, including WHERE, ON, HAVING, ORDER BY, DISTINCT, CASE, GENERATION, and AGGREGATE clauses as well as WINDOW functions and CHECK constraints. + + + 42XAI + The statement references the following sequence more than once: '<sequenceName>'. + + + 42XAJ + The CREATE SEQUENCE statement has a redundant '<clauseName>' clause. + + 42Y00 Class '<className>' does not implement org.apache.derby.iapi.db.AggregateDefinition and thus cannot be used as an aggregate expression. @@ -1823,7 +1867,7 @@ the corresponding text in messages.xml a 42Z16 - Only columns of type VARCHAR may have their length altered. + Only columns of type VARCHAR, CLOB, and BLOB may have their length altered. 42Z17 @@ -2005,6 +2049,22 @@ the corresponding text in messages.xml a 42ZB5 Class '<className>' implements VTICosting but does not provide a public, no-arg constructor. + + 42ZB6 + A scalar value is expected, not a row set returned by a table function. + + + 42ZC0 + Window '<windowName>' is not defined. + + + 42ZC1 + Only one window is supported. + + + 42ZC2 + Window function is illegal in this context: '<clauseName>' clause + @@ -2251,6 +2311,14 @@ the corresponding text in messages.xml a Index '<indexName>' cannot be created on system table '<tableName>'. Users cannot create indexes on system tables. + X0Y29 + Operation '<operationName>' cannot be performed on object '<objectName>' because TABLE '<tableName>' is dependent on that object. + + + X0Y30 + Operation '<operationName>' cannot be performed on object '<objectName>' because ROUTINE '<routineName>' is dependent on that object. + + X0Y32 <value> '<value>' already exists in <value> '<value>'. @@ -2370,6 +2438,10 @@ the corresponding text in messages.xml a X0Y83 WARNING: While deleting a row from a table the index row for base table row <rowName> was not found in index with conglomerate id <id>. This problem has automatically been corrected as part of the delete operation. + + X0Y84 + Too much contention on sequence <sequenceName>. + @@ -2555,6 +2627,10 @@ the corresponding text in messages.xml a XBCXV Encryption of an encrypted database with a new key or a new password failed: <failureMessage> + + XBCXW + The message digest algorithm '<algorithmName>' is not supported by any of the available cryptography providers. Please install a cryptography provider that supports that algorithm, or specify another algorithm in the derby.authentication.builtin.algorithm property. + @@ -2744,7 +2820,7 @@ ln=lower-case two-letter ISO-639 languag XCL18 - Stream of column value in result cannot be retrieved twice + Stream or LOB value cannot be retrieved more than once XCL19 @@ -3197,7 +3273,7 @@ ln=lower-case two-letter ISO-639 languag XJ040 - Failed to start database '<databaseName>', see the next exception for details. + Failed to start database '<databaseName>' with class loader <classLoader>, see the next exception for details. XJ041 @@ -3216,6 +3292,10 @@ ln=lower-case two-letter ISO-639 languag Invalid or (currently) unsupported isolation level, '<levelName>', passed to Connection.setTransactionIsolation(). The currently supported values are java.sql.Connection.TRANSACTION_SERIALIZABLE, java.sql.Connection.TRANSACTION_REPEATABLE_READ, java.sql.Connection.TRANSACTION_READ_COMMITTED, and java.sql.Connection.TRANSACTION_READ_UNCOMMITTED. + XJ048 + Conflicting boot attributes specified: <attributes> + + XJ049 Conflicting create attributes specified. @@ -3629,6 +3709,14 @@ ln=lower-case two-letter ISO-639 languag XN019 Error executing a <value>, server returned <value>. + + XN020 + Error marshalling or unmarshalling a user defined type: <messageDetail> + + + XN021 + An object of type <sourceClassName> cannot be cast to an object of type <targetClassName>. + @@ -4219,7 +4307,7 @@ ln=lower-case two-letter ISO-639 languag XSDG1 - Page <page> could not be written to disk, please check if disk is full. + Page <page> could not be written to disk, please check if the disk is full, or if a file system limit, such as a quota or a maximum file size, has been reached. XSDG2 @@ -4245,6 +4333,10 @@ ln=lower-case two-letter ISO-639 languag XSDG8 Unable to copy directory '<directoryName>' to '<value>' during restore. Please make sure that there is enough space and permissions are correct. + + XSDG9 + Derby thread received an interrupt during a disk I/O operation, please check your application for the source of the interrupt. +