Issue Details (XML | Word | Printable)

Key: SPR-4649
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Thomas Risberg
Reporter: Thomas Risberg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Framework

Add support to SimpleJdbcInsert for retrieving generated keys for PostgreSQL

Created: 01/Apr/08 06:13 PM   Updated: 01/Apr/08 07:16 PM   Resolved: 01/Apr/08 07:16 PM
Component/s: SpringDA
Affects Version/s: 2.5.2
Fix Version/s: 2.5.3

Time Tracking:
Not Specified


 Description  « Hide

PostgreSQL doesn't support the JDBC 3 method getGeneratedKeys but the do have an"INSERT ... RETURNING id" feature since 8.2 that could be used to simulate this functionality. We already do a similar thing for HSQLDB.



There are no comments yet on this issue.