« Return to Thread: [Bug 648] New: Add onCommit hook

[Bug 648] New: Add onCommit hook

by Bugzilla from bugzilla-daemon@helma.at :: Rate this Message:

Reply to Author | View in Thread

http://helma.org/bugs/show_bug.cgi?id=648

           Summary: Add onCommit hook
           Product: Helma
           Version: CVS trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: Generic/Other
        AssignedTo: helma-dev@...
        ReportedBy: lists@...


Here is a little patch that adds a onCommit hook to Transactor. The function is
called before commitTransaction is executed, and no parameters are passed to it
right now. One could consider passing the inserted / updated / deleted nodes to
it, e.g. in an object of this form: { inserted: [], updated: [], deleted: [] }.


--
Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Helma-dev mailing list
Helma-dev@...
http://helma.org/mailman/listinfo/helma-dev

 « Return to Thread: [Bug 648] New: Add onCommit hook