Popular recipes by Steve Howe http://code.activestate.com/recipes/users/4184602/2012-12-14T19:39:04-08:00ActiveState Code RecipesPython DBAPI 2 "qmark" to "named" paramstyle (Python) 2012-12-14T19:39:04-08:00Steve Howehttp://code.activestate.com/recipes/users/4184602/http://code.activestate.com/recipes/578380-python-dbapi-2-qmark-to-named-paramstyle/ <p style="color: grey"> Python recipe 578380 by <a href="/recipes/users/4184602/">Steve Howe</a> (<a href="/recipes/tags/dbapi/">dbapi</a>, <a href="/recipes/tags/named/">named</a>, <a href="/recipes/tags/paramstyle/">paramstyle</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/qmark/">qmark</a>, <a href="/recipes/tags/sqlite/">sqlite</a>, <a href="/recipes/tags/sqlite3/">sqlite3</a>). </p> <p>Allows to use "named"-style params with drivers that support only "qmark"-style, as sqlite3.</p>