bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
The sqlite3 module now raises TypeError, rather than ValueError, if operation argument type is not str: execute(), executemany() and calling a connection.
V
Victor Stinner committed
c6a2320e876354ee62cf8149b849bcff9492d38a
Parent: ed076ed
Committed by GitHub <noreply@github.com>
on 6/26/2019, 1:16:24 AM