Martin Keller wrote:
> calling moveToInsertRow on a ResultSet returned by a prepared statement leads
> to a NullPointerException:
Thanks for the report, fixed in CVS.
A workaround is to specify protocolVersion=2 in the connection URL, as
the V2 protocol code is correct (it looks like that change wasn't made
in both paths when I was originally writing this code)
-O