File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,13 @@ The Events
1818DBQuery
1919=======
2020
21- This event is triggered whenever a new query has been run, whether successful or not. The only parameter is
22- a :doc: `Query </database/queries >` instance of the current query. You could use this to display all queries
23- in STDOUT, or logging to a file, or even creating tools to do automatic query analysis to help you spot
24- potentially missing indexes, slow queries, etc.
21+ This event is triggered whenever a new query has been run, whether successful or
22+ not. The only parameter is a :doc: `Query </database/queries >` instance of the
23+ current query.
24+
25+ You could use this to display all queries in STDOUT, or logging to a file, or
26+ even creating tools to do automatic query analysis to help you spot potentially
27+ missing indexes, slow queries, etc.
2528
2629An example usage might be:
2730
You can’t perform that action at this time.
0 commit comments