blob: 906ed4c4db43c8dcfc17d2c908bd39c0cc3787af (
plain)
1
2
3
|
Fix a regression in the :mod:`sqlite3` trace callback where bound parameters
were not expanded in the passed statement string. The regression was introduced
in Python 3.10 by :issue:`40318`. Patch by Erlend E. Aasland.
|