groovy

groovy SQL needs to create updateable rowsets

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Trivial Trivial
  • Resolution: Fixed
  • Affects Version/s: 1.0-beta-6
  • Fix Version/s: 1.5.2
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

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.

Activity

Hide
Paul King added a comment -

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.

Show
Paul King added a comment - 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.
Hide
Paul King added a comment -

close off release 1.5.4

Show
Paul King added a comment - close off release 1.5.4

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
3h
Original Estimate - 3 hours
Remaining:
3h
Remaining Estimate - 3 hours
Logged:
Not Specified
Time Spent - Not Specified