[issue44165] [sqlite3] sqlite3_prepare_v2 micro optimisation: pass string size

Erlend E. Aasland report at bugs.python.org
Wed May 19 18:10:53 EDT 2021


Erlend E. Aasland <erlend.aasland at innova.no> added the comment:

SQLITE_TOOBIG is currently mapped to sqlite3.DataError. In order to keep the current behaviour, DataError must be raised.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44165>
_______________________________________


More information about the Python-bugs-list mailing list