Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 18017 invoked from network); 16 Jun 2007 16:54:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2007 16:54:48 -0000 Received: (qmail 1772 invoked by uid 500); 16 Jun 2007 16:54:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 1502 invoked by uid 500); 16 Jun 2007 16:54:50 -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 1493 invoked by uid 99); 16 Jun 2007 16:54:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jun 2007 09:54:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jun 2007 09:54:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF3137141EA for ; Sat, 16 Jun 2007 09:54:25 -0700 (PDT) Message-ID: <15643843.1182012865960.JavaMail.jira@brutus> Date: Sat, 16 Jun 2007 09:54:25 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1942) There exists difference between behavior of setNull(Types.TIME) and setTiime(null). In-Reply-To: <24104842.1160280680331.JavaMail.root@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 [ https://issues.apache.org/jira/browse/DERBY-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-1942: --------------------------------- Attachment: releaseNote.html Scrubbing the release note so that it survives the SAX parser in the release note generator. Removed some cruft inserted by an html editor. > There exists difference between behavior of setNull(Types.TIME) and setTiime(null). > ------------------------------------------------------------------------------------ > > Key: DERBY-1942 > URL: https://issues.apache.org/jira/browse/DERBY-1942 > Project: Derby > Issue Type: Bug > Components: JDBC > Reporter: Tomohito Nakayama > Assignee: Tomohito Nakayama > Fix For: 10.3.0.0 > > Attachments: DERBY-1942.patch, releaseNote.html, releaseNote.html, releaseNote.html, releaseNote_reviewed.html > > > The result of setNull(java.sql.Types.TIME) for TIMESTAMP typed variable is regarded as error. > However, the result of setTime(null) for TIMESTAMP typed variable is not regarded as error . > see http://issues.apache.org/jira/browse/DERBY-1610#action_12436554 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.