groovy

Sql.Dataset: No logging implemented

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.7-beta-1
  • Fix Version/s: 1.6.6, 1.7-rc-1
  • Component/s: SQL processing
  • Labels:
    None
  • Number of attachments :
    0

Description

Dataset operations eg dataSet.add() do not provide any logging.
Logging should be provided as described on page 332 of GinA, this would really help to debug issues.

Activity

Hide
Paul King added a comment -

DataSet add() now calls executeUpdate() in groovy.sql.Sql rather than duplicating its logic - which gives us logging too!

Show
Paul King added a comment - DataSet add() now calls executeUpdate() in groovy.sql.Sql rather than duplicating its logic - which gives us logging too!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: