Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 81703 invoked from network); 24 Jun 2006 00:03:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2006 00:03:59 -0000 Received: (qmail 98738 invoked by uid 500); 24 Jun 2006 00:03:59 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 98512 invoked by uid 500); 24 Jun 2006 00:03:58 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 98503 invoked by uid 99); 24 Jun 2006 00:03:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 17:03:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 17:03:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D5A88410008 for ; Sat, 24 Jun 2006 00:02:29 +0000 (GMT) Message-ID: <28097068.1151107349871.JavaMail.jira@brutus> Date: Sat, 24 Jun 2006 00:02:29 +0000 (GMT+00:00) From: "Deepa Remesh (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-1450) jdbcapi/parameterMetaDataJdbc30.java fails with 10.1 client and 10.2 server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N jdbcapi/parameterMetaDataJdbc30.java fails with 10.1 client and 10.2 server --------------------------------------------------------------------------- Key: DERBY-1450 URL: http://issues.apache.org/jira/browse/DERBY-1450 Project: Derby Type: Test Versions: 10.2.0.0, 10.1.3.0 Environment: derbyclient.jar and derbyTesting.jar from 10.1 all other jars from 10.2 Reporter: Deepa Remesh Test fails with following exception: SQLSTATE(22019):org.apache.derby.client.am.SqlException: Invalid escape sequence, ''. The escape string must be exactly one character. It cannot be a null or more than one character. at org.apache.derby.client.am.Statement.completeSqlca(Statement.java:1371) at org.apache.derby.client.net.NetStatementReply.parseOpenQueryError(NetStatementReply.java:605) at org.apache.derby.client.net.NetStatementReply.parseOPNQRYreply(NetStatementReply.java:229) at org.apache.derby.client.net.NetStatementReply.readOpenQuery(NetStatementReply.java:56) at org.apache.derby.client.net.StatementReply.readOpenQuery(StatementReply.java:49) at org.apache.derby.client.net.NetStatement.readOpenQuery_(NetStatement.java:151) at org.apache.derby.client.am.Statement.readOpenQuery(Statement.java:1038) at org.apache.derby.client.am.PreparedStatement.flowExecute(PreparedStatement.java:1396) at org.apache.derby.client.am.PreparedStatement.executeX(PreparedStatement.java:893) at org.apache.derby.client.am.PreparedStatement.execute(PreparedStatement.java:884) at org.apache.derbyTesting.functionTests.tests.jdbcapi.parameterMetaDataJdbc30.main(parameterMetaDataJdbc30.java:146) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira