Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-6
-
Fix Version/s: 1.5.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
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.
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.