[New-bugs-announce] [issue31525] switch to sqlite3_prepare_v2

Benjamin Peterson report at bugs.python.org
Tue Sep 19 21:47:44 EDT 2017


New submission from Benjamin Peterson:

sqlite has had the sqlite3_prepare_v2 API for more than 10 years now. The sqlite module should switch to using it, which will let us delete some code for automatically recompiling statements.

----------
components: Extension Modules
messages: 302581
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: switch to sqlite3_prepare_v2
versions: Python 3.7

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


More information about the New-bugs-announce mailing list