
|
If you were logged in you would be able to see more operations.
|
|
|
groovy
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
|
|
|
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