Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 42212 invoked from network); 23 Jan 2006 15:59:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 15:59:51 -0000 Received: (qmail 78978 invoked by uid 500); 23 Jan 2006 15:59:46 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 78749 invoked by uid 500); 23 Jan 2006 15:59:45 -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 78486 invoked by uid 99); 23 Jan 2006 15:59:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 07:59:43 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Jan 2006 07:59:38 -0800 Received: (qmail 41657 invoked by uid 65534); 23 Jan 2006 15:59:17 -0000 Message-ID: <20060123155917.41651.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r371561 [11/11] - in /db/derby/code/trunk/java: client/org/apache/derby/client/ client/org/apache/derby/client/am/ client/org/apache/derby/client/net/ client/org/apache/derby/jdbc/ testing/org/apache/derbyTesting/functionTests/master/DerbyN... Date: Mon, 23 Jan 2006 15:58:53 -0000 To: derby-commits@db.apache.org From: davidvc@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out?rev=371561&r1=371560&r2=371561&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out (original) +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/parameterMapping.out Mon Jan 23 07:58:34 2006 @@ -87,8 +87,8 @@ setNull with batching support(BLOB) getShort=0 was null true setNull(Types.NULL) getShort=0 was null true setNull with batching support(Types.NULL) getShort=0 was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on SMALLINT For setXXX() methods that pass an object, a null and valid values are checked setByte() getShort=98 was null false JDBC MATCH(OK) @@ -260,8 +260,8 @@ setNull with batching support(BLOB) getInt=0 was null true setNull(Types.NULL) getInt=0 was null true setNull with batching support(Types.NULL) getInt=0 was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on INTEGER For setXXX() methods that pass an object, a null and valid values are checked setByte() getInt=98 was null false JDBC MATCH(OK) @@ -433,8 +433,8 @@ setNull with batching support(BLOB) getLong=0 was null true setNull(Types.NULL) getLong=0 was null true setNull with batching support(Types.NULL) getLong=0 was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on BIGINT For setXXX() methods that pass an object, a null and valid values are checked setByte() getLong=98 was null false JDBC MATCH(OK) @@ -606,8 +606,8 @@ setNull with batching support(BLOB) getFloat=0.0 was null true setNull(Types.NULL) getFloat=0.0 was null true setNull with batching support(Types.NULL) getFloat=0.0 was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on REAL For setXXX() methods that pass an object, a null and valid values are checked setByte() getFloat=98.0 was null false JDBC MATCH(OK) @@ -780,8 +780,8 @@ setNull with batching support(BLOB) getDouble=0.0 was null true setNull(Types.NULL) getDouble=0.0 was null true setNull with batching support(Types.NULL) getDouble=0.0 was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on FLOAT For setXXX() methods that pass an object, a null and valid values are checked setByte() getDouble=98.0 was null false JDBC MATCH(OK) @@ -953,8 +953,8 @@ setNull with batching support(BLOB) getDouble=0.0 was null true setNull(Types.NULL) getDouble=0.0 was null true setNull with batching support(Types.NULL) getDouble=0.0 was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on DOUBLE For setXXX() methods that pass an object, a null and valid values are checked setByte() getDouble=98.0 was null false JDBC MATCH(OK) @@ -1126,8 +1126,8 @@ setNull with batching support(BLOB) getBigDecimal=null was null true setNull(Types.NULL) getBigDecimal=null was null true setNull with batching support(Types.NULL) getBigDecimal=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on DECIMAL(10,5) For setXXX() methods that pass an object, a null and valid values are checked setByte() getBigDecimal=98.00000 was null false JDBC MATCH(OK) @@ -1305,8 +1305,8 @@ setNull with batching support(BLOB) getString=null was null true setNull(Types.NULL) getString=null was null true setNull with batching support(Types.NULL) getString=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on CHAR(60) For setXXX() methods that pass an object, a null and valid values are checked setByte() getString=98 was null false JDBC MATCH(OK) @@ -1477,8 +1477,8 @@ setNull with batching support(BLOB) getString=null was null true setNull(Types.NULL) getString=null was null true setNull with batching support(Types.NULL) getString=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on VARCHAR(60) For setXXX() methods that pass an object, a null and valid values are checked setByte() getString=98 was null false JDBC MATCH(OK) @@ -1649,8 +1649,8 @@ setNull with batching support(BLOB) getString=null was null true setNull(Types.NULL) getString=null was null true setNull with batching support(Types.NULL) getString=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on LONG VARCHAR For setXXX() methods that pass an object, a null and valid values are checked setByte() getString=98 was null false JDBC MATCH(OK) @@ -1823,8 +1823,8 @@ setNull with batching support(BLOB) getBytes=null was null true setNull(Types.NULL) getBytes=null was null true setNull with batching support(Types.NULL) getBytes=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on VARCHAR(60) FOR BIT DATA For setXXX() methods that pass an object, a null and valid values are checked setByte() IC JDBC MATCH (INVALID) @@ -1956,8 +1956,8 @@ setNull with batching support(BLOB) getDate=null was null true setNull(Types.NULL) getDate=null was null true setNull with batching support(Types.NULL) getDate=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on DATE For setXXX() methods that pass an object, a null and valid values are checked setByte() IC JDBC MATCH (INVALID) @@ -2087,8 +2087,8 @@ setNull with batching support(BLOB) getTime=null was null true setNull(Types.NULL) getTime=null was null true setNull with batching support(Types.NULL) getTime=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on TIME For setXXX() methods that pass an object, a null and valid values are checked setByte() IC JDBC MATCH (INVALID) @@ -2218,8 +2218,8 @@ setNull with batching support(BLOB) getTimestamp=null was null true setNull(Types.NULL) getTimestamp=null was null true setNull with batching support(Types.NULL) getTimestamp=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on TIMESTAMP For setXXX() methods that pass an object, a null and valid values are checked setByte() IC JDBC MATCH (INVALID) @@ -2349,8 +2349,8 @@ setNull with batching support(BLOB) getClob=null was null true setNull(Types.NULL) getClob=null was null true setNull with batching support(Types.NULL) getClob=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on CLOB(1k) For setXXX() methods that pass an object, a null and valid values are checked setByte() IC JDBC MATCH (INVALID) @@ -2479,8 +2479,8 @@ setNull with batching support(BLOB) getBlob=null was null true setNull(Types.NULL) getBlob=null was null true setNull with batching support(Types.NULL) getBlob=null was null true - setNull(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type - setNull with batching support(235350345) SQLSTATE(null): org.apache.derby.client.am.SqlException: unrecognized sql type + setNull(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type + setNull with batching support(235350345) SQLSTATE(null): java.sql.SQLException: unrecognized sql type setXXX() with all JDBC Types on BLOB(1k) For setXXX() methods that pass an object, a null and valid values are checked setByte() IC JDBC MATCH (INVALID)