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 sleepycal
Recipients sleepycal
Date 2015-08-18.11:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439898126.92.0.460778309784.issue24887@psf.upfronthosting.co.za>
In-reply-to
Content
There are several flags which can be provided to Sqlite3 during connection [1]. Alternative libraries such as apsw provide the ability to use these flags [2], however it would be nice if `sqlite3` supported this out of the box.

Is there any reason why the wrapper for `sqlite3` does not allow flags to be passed in? If not, can we add it?

[1]: https://www.sqlite.org/c3ref/open.html
[2]: https://github.com/rogerbinns/apsw/blob/master/example-code.py#L466
History
Date User Action Args
2015-08-18 11:42:06sleepycalsetrecipients: + sleepycal
2015-08-18 11:42:06sleepycalsetmessageid: <1439898126.92.0.460778309784.issue24887@psf.upfronthosting.co.za>
2015-08-18 11:42:06sleepycallinkissue24887 messages
2015-08-18 11:42:06sleepycalcreate