getGeneratedKeys does not work
------------------------------
Key: DBCP-303
URL: https://issues.apache.org/jira/browse/DBCP-303
Project: Commons Dbcp
Issue Type: Bug
Affects Versions: 1.3
Reporter: Dave Oxley
Fix For: 1.3
ResultSet rs = ps.getGeneratedKeys();
if (rs.next())
The ResultSet is always empty.
I've tracked down the issue to PooledConnectionImpl.makeObject which doesn't
call Connection.prepareStatement(String, int) when key._autoGeneratedKeys is
not null. Patch to follow shortly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.