Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7-beta-1
-
Component/s: SQL processing
-
Labels:None
-
Number of attachments :
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.
DataSet add() now calls executeUpdate() in groovy.sql.Sql rather than duplicating its logic - which gives us logging too!