Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 93094 invoked from network); 22 Jun 2006 16:49:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jun 2006 16:49:40 -0000 Received: (qmail 43103 invoked by uid 500); 22 Jun 2006 16:49:01 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 43037 invoked by uid 500); 22 Jun 2006 16:49:01 -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 42988 invoked by uid 99); 22 Jun 2006 16:49:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 09:49:01 -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; Thu, 22 Jun 2006 09:49:00 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2872B410009 for ; Thu, 22 Jun 2006 16:47:34 +0000 (GMT) Message-ID: <17996237.1150994854163.JavaMail.jira@brutus> Date: Thu, 22 Jun 2006 16:47:34 +0000 (GMT+00:00) From: "David Van Couvering (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1438) Text written by SQLException.toString differs between client and embedded driver In-Reply-To: <10485441.1150993349852.JavaMail.jira@brutus> 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 [ http://issues.apache.org/jira/browse/DERBY-1438?page=comments#action_12417330 ] David Van Couvering commented on DERBY-1438: -------------------------------------------- I'll take a look at this and see what I can do. Thanks, Olav. > Text written by SQLException.toString differs between client and embedded driver > -------------------------------------------------------------------------------- > > Key: DERBY-1438 > URL: http://issues.apache.org/jira/browse/DERBY-1438 > Project: Derby > Type: Improvement > Components: JDBC, Newcomer > Versions: 10.2.0.0 > Environment: Sun JDK 1.5 > Reporter: Olav Sandstaa > Assignee: David Van Couvering > Priority: Trivial > > The first part of the string written by SQLExeption.toString() differs > between the Derby client driver and the embedded driver. The embedded > driver writes: > SQL Exception: Table/View 'DERBYDB' does not exist. > while the client driver writes: > java.sql.SQLException: Table/View 'DERBYDB' does not exist. > It would be good if we changed this so the same text is written by > both drivers. This reduces the difference seen when changing between > client and embedded Derby and it make it possible to reduce the amount > of sed-ing or the number of master file variants for some tests. -- 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