]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Apr 2011 22:12:04 +0000 (00:12 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 3 Apr 2011 22:12:04 +0000 (00:12 +0200)
commit5bfa0622ec43c8e46ecde63cf9ed627952a0c398
treed1db09f7c0fa6c328ab5405eb9445b9f2acb27ee
parentd7edf3b82de5d8491f830aa576d7103fd818c3fd
Issue #11688: Add sqlite3.Connection.set_trace_callback().  Patch by Torsten Landschoff.
Doc/library/sqlite3.rst
Lib/sqlite3/test/hooks.py
Misc/NEWS
Modules/_sqlite/connection.c