Re: [sqlite] sqlite3 Python interface

2013-02-07 Thread Keith Medcalf
make most porting trivial. Sent from Samsung Mobile Original message From: James Vanns Date: To: General Discussion of SQLite Database Subject: [sqlite] sqlite3 Python interface ___ sqlite-users mailing list sqlite-users

Re: [sqlite] sqlite3 Python interface

2013-02-07 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/13 10:00, James Vanns wrote: > I can find no further Python DBI/sqlite3 API documentation to suggest > either way. I tried it and it fails I guess that's it :( A flag needs to be set in the open call which pysqlite doesn't do. Heck the m

[sqlite] sqlite3 Python interface

2013-02-07 Thread James Vanns
Anybody know if the connect() call accepts the underlying SQLite URI format? http://docs.python.org/2/library/sqlite3.html http://www.sqlite.org/c3ref/open.html http://www.sqlite.org/uri.html I can find no further Python DBI/sqlite3 API documentation to suggest either way. I tried it and it fail