'Lite' Databases (Re: sqlite3 and dates)

Mario Figueiredo marfig at gmail.com
Thu Feb 19 02:33:11 EST 2015


On Thu, 19 Feb 2015 18:22:57 +1300, Gregory Ewing
<greg.ewing at canterbury.ac.nz> wrote:

>
>How does sqlite3 miss parameterized queries? It supports
>DB-API parameter subsitution with '?' according to the
>docs.

It's actually parameterized views that I meant. Not queries. SQLite
misses the ability to write parameterized views.



More information about the Python-list mailing list