Skip to content

Commit

Permalink
Avoid explaiing another MySQL keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
SebCorbin committed Nov 20, 2022
1 parent 23917b8 commit d8ebb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions silk/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def _should_wrap(self, sql_query):
'SAVEPOINT',
'RELEASE SAVEPOINT',
'ROLLBACK TO SAVEPOINT',
'SET SESSION TRANSACTION',
'PRAGMA',
connection.ops.explain_query_prefix(),
]
Expand Down

0 comments on commit d8ebb11

Please sign in to comment.