mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-17 14:04:11 +02:00
Unit test for tracer
This commit is contained in:
parent
2797b3ac6c
commit
a021b6b62e
2 changed files with 34 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class Database:
|
|||
|
||||
def executescript(self, sql):
|
||||
if self._tracer:
|
||||
self._tracer(sql)
|
||||
self._tracer(sql, None)
|
||||
return self.conn.executescript(sql)
|
||||
|
||||
def table(self, table_name, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue