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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31525>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to