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 Lauren.Foutz, eric.snow, ghaering, jcea, ned.deily, petri.lehtinen
Date 2012-02-03.09:17:33
SpamBayes Score 2.8116182e-07
Marked as misclassified No
Message-id <1328260654.65.0.0876518474051.issue13445@psf.upfronthosting.co.za>
In-reply-to
Content
Is it possible to compile pysqlite so that it links with both, or so that the linking type can be changed at run time?

I'm -1 on adding a compile-time option to switch the storage backend to Python itself, but a runtime flag or a separate connection class for the sqlite3 module would do.
History
Date User Action Args
2012-02-03 09:17:35petri.lehtinensetrecipients: + petri.lehtinen, jcea, ghaering, ned.deily, eric.snow, Lauren.Foutz
2012-02-03 09:17:34petri.lehtinensetmessageid: <1328260654.65.0.0876518474051.issue13445@psf.upfronthosting.co.za>
2012-02-03 09:17:34petri.lehtinenlinkissue13445 messages
2012-02-03 09:17:33petri.lehtinencreate