This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ghaering, pitrou, python-dev, torsten
Date 2011-04-03.23:42:25
SpamBayes Score 0.005435312
Marked as misclassified No
Message-id <1301874146.35.0.900888999054.issue11688@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, it seems that expanding the value of bound parameters in the statement passed to the trace callback is a recent SQLite feature:

http://www.sqlite.org/draft/releaselog/3_6_21.html
    “The SQL output resulting from sqlite3_trace() is now modified to include the values of bound parameters.”
History
Date User Action Args
2011-04-03 23:42:26pitrousetrecipients: + pitrou, ghaering, torsten, python-dev
2011-04-03 23:42:26pitrousetmessageid: <1301874146.35.0.900888999054.issue11688@psf.upfronthosting.co.za>
2011-04-03 23:42:25pitroulinkissue11688 messages
2011-04-03 23:42:25pitroucreate