Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
3.3.2
-
None
Description
It would be preferable if the ResultSet returned by getGeneratedKeys() provided the name of the table columns with ResultSet.getMetaData().getColumnName(int index) rather than insert_id
Otherwise it assumes that we already know the name of the column which is the primary key!
In any case this does not follow the JDBC specifications.
see: Statement.java