Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
Description
A QueryLifeTimeHook is executed various times in the life-cycle of a query but it is not always possible to obtain the id of the query. The query id is inside the HookContext but the latter is not always available notably during compilation.
The query id is useful for many purposes as it is the only way to uniquely identify the query/command that is currently running. It is also the only way to match together events appearing in before and after methods.
The goal of this jira is to add the query id in QueryLifeTimeHookContext and make it available during all life-cycle events.
Attachments
Issue Links
- links to