Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 49842 invoked from network); 6 Nov 2010 02:16:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Nov 2010 02:16:36 -0000 Received: (qmail 15844 invoked by uid 500); 6 Nov 2010 02:17:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 15807 invoked by uid 500); 6 Nov 2010 02:17:07 -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 15800 invoked by uid 99); 6 Nov 2010 02:17:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Nov 2010 02:17:07 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Nov 2010 02:17:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA62GhT5015385 for ; Sat, 6 Nov 2010 02:16:43 GMT Message-ID: <27926263.49161289009803336.JavaMail.jira@thor> Date: Fri, 5 Nov 2010 22:16:43 -0400 (EDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4891) Enable testing of boolean type in ParameterMappingTest In-Reply-To: <971346.49141289009564344.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-4891: -------------------------------------- Attachment: mapping.diff Attaching a patch that enables testing of the boolean type in ParameterMappingTest. Found the bugs DERBY-4889 and DERBY-4890 as a result of this. The patch contains a workaround for those two issues. > Enable testing of boolean type in ParameterMappingTest > ------------------------------------------------------ > > Key: DERBY-4891 > URL: https://issues.apache.org/jira/browse/DERBY-4891 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.7.1.0 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Attachments: mapping.diff > > > Now that Derby supports the boolean data type, we should enable tests for boolean in ParameterMappingTest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.