History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GROOVY-637
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Paul King
Reporter: Joshua Turner
Votes: 0
Watchers: 0
Operations

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

groovy SQL needs to create updateable rowsets

Created: 22/Sep/04 01:25 PM   Updated: 08/Feb/08 01:26 AM
Component/s: None
Affects Version/s: 1.0-beta-6
Fix Version/s: 1.5.2

Time Tracking:
Original Estimate: 3 hours
Original Estimate - 3 hours
Remaining Estimate: 3 hours
Remaining Estimate - 3 hours
Time Spent: Not Specified
Remaining Estimate - 3 hours


 Description  « Hide
As of 1.0-beta-6, all Sql constructors use the plain-vanilla call to connection.createStatement(). If any of the cool updateable-row functionality in GroovyResultSet is to be of any use, Sql will need a way to create a scrollable, updateable ResultSet via connection.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE) – Please and thank you.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Paul King - 05/Jan/08 04:52 AM
Added. Thanks for the suggestion. It will of course only work if your database supports this feature. Any example of usage can be found here:
here.

Paul King - 08/Feb/08 01:26 AM
close off release 1.5.4