Issue Details (XML | Word | Printable)

Key: IBATIS-142
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Brandon Goodin
Votes: 12
Watchers: 9
Operations

If you were logged in you would be able to see more operations.
iBatis for Java

JDBC 3 Generated Keys Support

Created: 28/May/05 05:11 AM   Updated: 15/Aug/09 01:33 PM
Return to search
Component/s: Core
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works 2008-03-31-inwork.patch 2008-04-01 01:48 AM Brian Diekelman 13 kB
Text File Licensed for inclusion in ASF works ibatis-2.3.4.726-src.diff 2009-03-24 06:09 AM Derek Hulley 11 kB
Text File Licensed for inclusion in ASF works ibatis-jdbc3-patch.txt 2008-06-06 06:22 AM Zach Visagie 15 kB


 Description  « Hide
public int executeUpdate(String sql,int autoGeneratedKeys)
public boolean execute(String sql,int autoGeneratedKeys)
public ResultSet getGeneratedKeys()

We should provide support for jdbc auto generated keys retrieval. This is only available in Java 1.4. So, we would have to throw an UnsupportedFeatureException if 1.3 or earlier was being used.

Brandon

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Brian Diekelman made changes - 01/Apr/08 01:48 AM
Field Original Value New Value
Attachment 2008-03-31-inwork.patch [ 12378993 ]
Zach Visagie made changes - 05/Jun/08 10:52 AM
Attachment ibatis-jdbc3-patch.txt [ 12383450 ]
Zach Visagie made changes - 06/Jun/08 06:20 AM
Attachment ibatis-jdbc3-patch.txt [ 12383450 ]
Zach Visagie made changes - 06/Jun/08 06:22 AM
Attachment ibatis-jdbc3-patch.txt [ 12383536 ]
Derek Hulley made changes - 24/Mar/09 06:09 AM
Attachment ibatis-2.3.4.726-src.diff [ 12403486 ]
Clinton Begin made changes - 15/Aug/09 01:33 PM
Issue Type Improvement [ 4 ] New Feature [ 2 ]