Here's a patch to DBUtils that adds an executeQuery method:

public static Iterator executeQuery(Connection connection, String query,
Object[] vals) throws SQLException

If null is found in the Object[], it will get passed to the driver. There's
probably something better we can do with it, but it's a start.

Attachment: DbUtils.patch
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to