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 jhlj
Recipients jhlj
Date 2012-08-22.12:51:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345639872.28.0.424388144832.issue15764@psf.upfronthosting.co.za>
In-reply-to
Content
The _sqlite modules uses sqlite3_prepare and not sqlite3_prepare_v2.
With sqlite3_prepare_v2 enables more optiomation.

Workaround:
Do not use parameters as the right hand argument to GLOB or LIKE.

For more documentation see http://www.sqlite.org/optoverview.html.
History
Date User Action Args
2012-08-22 12:51:12jhljsetrecipients: + jhlj
2012-08-22 12:51:12jhljsetmessageid: <1345639872.28.0.424388144832.issue15764@psf.upfronthosting.co.za>
2012-08-22 12:51:11jhljlinkissue15764 messages
2012-08-22 12:51:11jhljcreate