You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2006/03/21 11:56:57 UTC

DO NOT REPLY [Bug 39044] - [dbutils] NPE in QueryRunner.batch() with a null array

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39044>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39044


ebourg@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|NEW                         |NEEDINFO
            Summary|commons-dbutils.jar have a  |[dbutils] NPE in
                   |little bug                  |QueryRunner.batch() with a
                   |                            |null array




------- Additional Comments From ebourg@apache.org  2006-03-21 10:56 -------
You mean that the method doesn't check if params is null, and thus throws a
NullPointerException ? What's the point of calling QueryRunner.batch() with a
null array ? Even if a null arrray of parameters is handled as an empty array,
it'll still fail on the following stmt.executeBatch() call since no parameters
are bound.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org