mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-01 00:17:26 +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( |                 'sql': self.db.ops.last_executed_query( | ||||||
|                     self.cursor, sql, self._quote_params(params)), |                     self.cursor, sql, self._quote_params(params)), | ||||||
|                 'duration': duration, |                 'duration': duration, | ||||||
|                 'raw_sql': sql % params, |                 'raw_sql': sql, | ||||||
|                 'params': _params, |                 'params': _params, | ||||||
|                 'start_time': start_time, |                 'start_time': start_time, | ||||||
|                 'stop_time': stop_time, |                 'stop_time': stop_time, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user