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 petri.lehtinen
Recipients ghaering, petri.lehtinen, pitrou
Date 2011-12-30.09:38:03
SpamBayes Score 2.645962e-06
Marked as misclassified No
Message-id <1325237885.05.0.210174132029.issue13676@psf.upfronthosting.co.za>
In-reply-to
Content
What? Don't you SEE that it works correctly? :)

Attached an updated patch with a test case.

FTR, I also tried to make it possible to have the SQL statement include a zero byte, but it seems that sqlite3_prepare() (and also the newer sqlite3_prepare_v2()) always stops reading at the zero byte. See:

    http://www.sqlite.org/c3ref/prepare.html
History
Date User Action Args
2011-12-30 09:38:05petri.lehtinensetrecipients: + petri.lehtinen, ghaering, pitrou
2011-12-30 09:38:05petri.lehtinensetmessageid: <1325237885.05.0.210174132029.issue13676@psf.upfronthosting.co.za>
2011-12-30 09:38:04petri.lehtinenlinkissue13676 messages
2011-12-30 09:38:04petri.lehtinencreate