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 berker.peksag
Recipients berker.peksag, ghaering, sleepycal
Date 2016-03-27.14:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459087896.46.0.805869748866.issue24887@psf.upfronthosting.co.za>
In-reply-to
Content
URI filename support has been added in f13bb1e40fbc (Python 3.4+).

    db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)

Here is a patch that adds a new flags parameter to sqlite3.connect().
History
Date User Action Args
2016-03-27 14:11:36berker.peksagsetrecipients: + berker.peksag, ghaering, sleepycal
2016-03-27 14:11:36berker.peksagsetmessageid: <1459087896.46.0.805869748866.issue24887@psf.upfronthosting.co.za>
2016-03-27 14:11:36berker.peksaglinkissue24887 messages
2016-03-27 14:11:36berker.peksagcreate