Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 4035 invoked from network); 13 Apr 2009 14:55:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2009 14:55:04 -0000 Received: (qmail 48411 invoked by uid 500); 13 Apr 2009 14:55:03 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 48283 invoked by uid 500); 13 Apr 2009 14:55:03 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 48273 invoked by uid 99); 13 Apr 2009 14:55:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 14:55:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lscoughlin@gmail.com designates 209.85.219.160 as permitted sender) Received: from [209.85.219.160] (HELO mail-ew0-f160.google.com) (209.85.219.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Apr 2009 14:54:54 +0000 Received: by ewy4 with SMTP id 4so2466580ewy.42 for ; Mon, 13 Apr 2009 07:54:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=B77xWw5k4OOXvRW8f+MlQviIAIWzDCxSX2psRMZ64jI=; b=pQhHzb9LKQ79IOHzXje6qx83BpyG09UTrxLy/9YISV8Q/EZPc9Mf0EuB95qSF87le0 nLIthFTQbOKJ4Sc5ptlmwY6eY1SoRZeJNuDMIn23h/CDrVg89i8ZE4BaqkhQ5iiGl/a9 Xx7UIpEC9IKeEa53Y8FfqlNjA9PNnybWu7wwk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=on5sEMXeWQ9eBG6aNsYcgx35nhxiFwNu9F0ONeRil+6RpQEhse9fZK2uMdIBi5gh3k +Uc45RCgnU/E69ou9J18I1h3QduhgqNwTNmIHUIesVShLhFxL/UYS854swKo7APAIs6y b3ADTpj2AnERuw+IfVw1YDsiAVVAk1zxE+CFs= MIME-Version: 1.0 Received: by 10.216.45.73 with SMTP id o51mr1539395web.10.1239634474141; Mon, 13 Apr 2009 07:54:34 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Apr 2009 10:54:34 -0400 Message-ID: <958d2d1f0904130754y6fd4a3dcw92130aa9f714f092@mail.gmail.com> Subject: Re: [VOTE] Release of DbUtils 1.2 RC3 From: Liam Coughlin To: Commons Developers List Content-Type: multipart/alternative; boundary=0016364ef53c7b896f046770e4c8 X-Virus-Checked: Checked by ClamAV on apache.org --0016364ef53c7b896f046770e4c8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit +1 i suppose. Same issue occurs with oracle 11g drivers as well, but you're correct, it's not a regression -- I hadn't really noticed it because bizzarely, i'm using the data direct drivers and they don't show the issue. The issue's been raised on oracles forums a couple of times. My kingdom for a typed null. -shrug- On Mon, Apr 13, 2009 at 2:20 AM, Dan Fabulich wrote: > Took me a few weeks, but I finally got around to installing a free instance > of Oracle (Express Edition 10.2) and testing the null handling code we > introduced in DbUtils 1.2 (DBUTILS-31). > > Sure enough, there's a bug, DBUTILS-55, but I don't think it's very > important, since it's not a regression; it was there in DbUtils 1.1 and > nobody appears to have noticed or cared. :-) Also, I have no idea how we > could possibly fix it, since Oracle's JDBC driver doesn't support > ParameterMetaData.getParameterType. > > With that done, and having tested successfully with Apache Derby, I'm now > prepared to give RC3 my +1. I believe we also already have a +1 from Joerg > Schaible, so we still need two more binding +1s to release. > > -Dan > > > Dan Fabulich wrote: > > >> My third attempt at releasing a commons project; please test rigorously! >> >> RC3 includes an API change to QueryRunner to guarantee thread-safety. >> (DBUTILS-52) >> >> NOTE: No one has yet explicitly said on-list that they have tested DbUtils >> 1.2 with a real database. We should not release it until somebody tries it >> out with a real live Oracle database, as described below. >> >> Compatibility warnings: >> >> * API change in QueryRunner: the setDataSource method was removed in order >> to fix a thread-safety bug (DBUTILS-52) >> * We upgraded the JVM dependency from JDK 1.3 to JDK 1.4 (DBUTILS-31) >> * Users who may have extended BeanListHandler.handleRow will find that >> this method no longer exists (is no longer called) in DbUtils 1.2 >> (DBUTILS-37) >> * Users who may have extended KeyedHandler will find that its protected >> members are now final (to guarantee thread safety). (DBUTILS-51) >> >> PLEASE TEST THIS RELEASE WITH A REAL DATABASE! >> >> Although this project has reasonable unit tests, it has no integration >> tests with any actual databases; it is quite possible that the fix for >> DBUTILS-31 has broken something on Oracle, MS SQL Server, Derby, or your >> favorite database. >> >> To verify DBUTILS-31, use QueryRunner to put a null value in a field, e.g. >> with QueryRunner.update. Ideally it would be good to verify putting nulls >> in fields of various types: char, varchar, int, boolean, date, etc. >> >> -- >> >> Tag: >> >> https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_2 >> >> Site: >> >> http://people.apache.org/builds/commons/dbutils/1.2/RC3/site/index.html >> >> Binaries: >> >> >> http://people.apache.org/builds/commons/dbutils/1.2/RC3/staged/commons-dbutils/commons-dbutils/1.2/ >> >> [ ] +1 release it >> [ ] +0 go ahead I don't care >> [ ] -1 no, do not release it because >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --0016364ef53c7b896f046770e4c8--