(fwd) What should Statement.executeBatch() do with an empty batch? - Mailing list pgsql-jdbc

From Rene Pijlman
Subject (fwd) What should Statement.executeBatch() do with an empty batch?
Date
Msg-id dc9iot4n3bomjk3c98rope3klp67964fu6@4ax.com
Whole thread Raw
List pgsql-jdbc
FYI ... I posted this question on the Sun JDBC-interest list.
This affects the PostgreSQL driver as well. Any thoughts?

>What should Statement.executeBatch() do when its called with an
>empty or non-existent batch?
>
>Should it throw an exception, or should it successfully do
>nothing and return an updateCounts array of length 0?
>
>The JDBC 2.0 spec isn't clear about this.
>
>Regards,
>René Pijlman


Regards,
René Pijlman

pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: (fwd) What should Statement.executeBatch() do with an empty batch?
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [BUGS] Bug #428: Another security issue with the JDBC driver.