mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
Fixed raw_sql tracking
This commit is contained in:
parent
1021487742
commit
e05b9ea79d
|
@ -117,7 +117,7 @@ class NormalCursorWrapper(object):
|
|||
'sql': self.db.ops.last_executed_query(
|
||||
self.cursor, sql, self._quote_params(params)),
|
||||
'duration': duration,
|
||||
'raw_sql': sql % params,
|
||||
'raw_sql': sql,
|
||||
'params': _params,
|
||||
'start_time': start_time,
|
||||
'stop_time': stop_time,
|
||||
|
|
Loading…
Reference in New Issue
Block a user