
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
3 hours
|
|
|
Remaining Estimate:
|
3 hours
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
here