[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-37406: sqlite3 raises TypeError for wrong operation type by vstinner · Pull Request #14386 · python/cpython

vstinner

The sqlite3 module now raises TypeError, rather than ValueError, if
operation argument type is not str: execute(), executemany() and
calling a connection.

Closed

coleifer added a commit to coleifer/pysqlite3 that referenced this pull request

Jul 22, 2019

coleifer added a commit to coleifer/sqlcipher3 that referenced this pull request

Jul 22, 2019

Merged

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
…H-14386)

The sqlite3 module now raises TypeError, rather than ValueError, if
operation argument type is not str: execute(), executemany() and
calling a connection.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
…H-14386)

The sqlite3 module now raises TypeError, rather than ValueError, if
operation argument type is not str: execute(), executemany() and
calling a connection.