Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 35867 invoked from network); 21 Sep 2006 16:00:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Sep 2006 16:00:14 -0000 Received: (qmail 48333 invoked by uid 500); 21 Sep 2006 16:00:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 48301 invoked by uid 500); 21 Sep 2006 16:00:11 -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 48292 invoked by uid 99); 21 Sep 2006 16:00:11 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 09:00:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:41341] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id FC/01-01605-607B2154 for ; Thu, 21 Sep 2006 09:00:06 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E03A4190CB for ; Thu, 21 Sep 2006 15:56:27 +0000 (GMT) Message-ID: <12807360.1158854187644.JavaMail.jira@brutus> Date: Thu, 21 Sep 2006 08:56:27 -0700 (PDT) From: "Tomohito Nakayama (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1610) Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver In-Reply-To: <19866578.1154244193912.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1610?page=comments#action_12436566 ] Tomohito Nakayama commented on DERBY-1610: ------------------------------------------ Based on Knut's comment at http://issues.apache.org/jira/browse/DERBY-1610#action_12436543, The result of parameterMapping.java at enginemay have another problem. This result of parameterMapping.java at engine is inconsistent with the result of derbynet/csPrepStmt.java In the result of parameterMapping.java, it is regarded as type imcompatible error to call setNull(VARCHAR FOR BIT DATA) for column typed in DATE, though derbynet/csPrepStmt.java expect same processing to be passed. > Resolve difference of type compatibility between Embedded and NetworkServer/NetworkDriver > ----------------------------------------------------------------------------------------- > > Key: DERBY-1610 > URL: http://issues.apache.org/jira/browse/DERBY-1610 > Project: Derby > Issue Type: Bug > Components: Network Server, Network Client > Reporter: Tomohito Nakayama > Assigned To: Tomohito Nakayama > Attachments: DERBY-1610.diff, DERBY-1610_2.diff, DERBY-1610_3.diff, DERBY-1610_4.diff, DERBY-1610_5.diff, parameterMapping.diff, parameterMapping.diff, parameterMapping.diff.betweenEmbedded_and_NetworkServerNetworkClient, parameterMapping_3.diff, TestNullChar.java, TestTypeCompatibility.java, XCL12.diff > > > There exists difference of type compatibility between Embedded and NetworkServer/NetworkClient. > This issue tries to resolve it. -- 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