Skip to content

Commit

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

0 comments on commit 9c2e38a

Please sign in to comment.