New submission from Kurt Schwehr <schw...@ccom.unh.edu>:

Psycopg2 has a mogrify method on the cursor that returns the string that would 
be sent to the database for an execute.  Any chance that could be added to 
pysqlite?  It's definitely helpful for debugging and is a fantastic tool when 
teaching people databases.

----------
components: Extension Modules
messages: 112790
nosy: goatbar
priority: normal
severity: normal
status: open
title: sqlite3 mogrify - return query string
type: feature request
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9506>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to