hook is not called for COMMIT and ROLLBACK #1732

Closed
opened 2020-07-04 04:25:37 +00:00 by koron · 1 comment
Contributor

v1.0.2 (#1644) introduced contexts.Hook.
it can monitors most of SQL executions but except COMMIT (Session.Commit) and ROLLBACK (Session.Rollback).

it would be better to make hooks for those.

v1.0.2 (#1644) introduced `contexts.Hook`. it can monitors most of SQL executions but except `COMMIT` (`Session.Commit`) and `ROLLBACK` (`Session.Rollback`). it would be better to make hooks for those.
Owner

Resolved by #1733

Resolved by #1733
lunny closed this issue 2020-07-04 06:13:48 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1732
No description provided.