Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 11867 invoked from network); 3 Nov 2006 19:11:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 19:11:56 -0000 Received: (qmail 28986 invoked by uid 500); 3 Nov 2006 19:12:05 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 28775 invoked by uid 500); 3 Nov 2006 19:12:05 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 28764 invoked by uid 99); 3 Nov 2006 19:12:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 11:12:05 -0800 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of acanon@bellsouth.net designates 205.152.59.69 as permitted sender) Received: from [205.152.59.69] (HELO imf21aec.mail.bellsouth.net) (205.152.59.69) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 11:11:49 -0800 Received: from ibm63aec.bellsouth.net ([67.32.164.199]) by imf21aec.mail.bellsouth.net with ESMTP id <20061103191124.XKKI2289.imf21aec.mail.bellsouth.net@ibm63aec.bellsouth.net> for ; Fri, 3 Nov 2006 14:11:24 -0500 Received: from [192.168.0.100] (really [67.32.164.199]) by ibm63aec.bellsouth.net with ESMTP id <20061103191123.JBHO26176.ibm63aec.bellsouth.net@[192.168.0.100]> for ; Fri, 3 Nov 2006 14:11:23 -0500 Message-ID: <454B945B.7020701@bellsouth.net> Date: Fri, 03 Nov 2006 14:11:23 -0500 From: Alan Canon Organization: Rufer Avenue Jazz Defense Network User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060809 Debian/1.7.13-0.3 X-Accept-Language: en MIME-Version: 1.0 To: commons-dev@jakarta.apache.org Subject: [dbutils] Status of outstanding JIRA issues scheduled against dbutils-1.1 release as of 3 Nov 2006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks to Henri Yandell, there are now no outstanding issues against dbutils-1.1 of major importance. There are three minor issues filed against 1.1. Regarding the release of 1.1, my recommendation is that we do apply DBUTILS-17, optionally apply DBUTILS-16, and regarding DBUTILS-27, either WONTFIX or schedule it against a forthcoming 1.2 release. Then release the result as dbutils-1.1. There are already substantial improvements in CVS: but this product has not seen a release in three years. They are listed in order of increasing dubiousness. DBUTILS-17 ScalarHandler subclasses that return Integers and Longs (created 09/Mar/06 Henri Yandell has submitted a rework of an earlier suggested patch, but is unsure if they should be added. The patch does add general purpose functionality to dbutils in addition to its originally intended benefit of allowing convenient selects of longs in count(*) operations. Alan Canon leans towards FIX in 1.1 in a comment. DBUTILS-16 ResultSetRowProcessor abstract handler and some classes rework (created: 04/Jun/04) This two-and-a-half year old patch has been reworked into a brand new patch by Henri Yandell without comment as to whether or not it should be applied. DBUTILS-27 [dbutils] QueryRunner.count(String, ...) methods for SELECT COUNT(...) sql (created: 27/Sep/05) These convenience classes delegate the execution of a SQL query to a ScalarHandler. The meat of the patch is: + stmt = this.prepareStatement(conn, sql); + this.fillStatement(stmt, params); + rs = this.wrap(stmt.executeQuery()); + result = SCALAR_HANDLER.handle(rs); Comments imply that what is achieved is a weaker implementation of DBUTILS-17. Alan Canon --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org