Re: Opening a SQLite database in readonly mode

2009-07-09 Thread Aahz
In article , Joshua Kugler wrote: >Joshua Kugler wrote: >> >> Sorry about that...since pysqlite and APSW are both discusses on the >> pysqlite list, I had made an incorrect assumption. Oops. > >"are both discusses?" Yeef, I must have been out of it. Discussed, thank >you. :) Who's Yeef? ;-) -

Re: Opening a SQLite database in readonly mode

2009-07-09 Thread Joshua Kugler
Joshua Kugler wrote: > Sorry about that...since pysqlite and APSW are both discusses on the > pysqlite list, I had made an incorrect assumption. Oops. "are both discusses?" Yeef, I must have been out of it. Discussed, thank you. :) j -- http://mail.python.org/mailman/listinfo/python-list

Re: Opening a SQLite database in readonly mode

2009-07-07 Thread Joshua Kugler
Roger Binns wrote: > Joshua Kugler wrote: >> BTW, APSW is written by the same author as pysqlite. > Not even remotely true :-) Sorry about that...since pysqlite and APSW are both discusses on the pysqlite list, I had made an incorrect assumption. Oops. j -- http://mail.python.org/mailman/listin

Re: Opening a SQLite database in readonly mode

2009-07-06 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joshua Kugler wrote: > BTW, APSW is written by the same author as pysqlite. Not even remotely true :-) pysqlite was written by various people, with the maintainer of the last several years being Gerhard Häring. I am the (sole) author of APSW and hav

Re: Opening a SQLite database in readonly mode

2009-07-06 Thread Paul Moore
2009/7/6 Joshua Kugler : > Paul Moore wrote: >> The SQLite documentation mentions a flag, SQLITE_OPEN_READONLY, to >> open a database read only. I can't find any equivalent documented in >> the Python standard library documentation for the sqlite3 module (or, >> for that matter, on the pysqlite lib

Re: Opening a SQLite database in readonly mode

2009-07-06 Thread Joshua Kugler
Paul Moore wrote: > The SQLite documentation mentions a flag, SQLITE_OPEN_READONLY, to > open a database read only. I can't find any equivalent documented in > the Python standard library documentation for the sqlite3 module (or, > for that matter, on the pysqlite library's website). > > Is it pos

Opening a SQLite database in readonly mode

2009-07-06 Thread Paul Moore
The SQLite documentation mentions a flag, SQLITE_OPEN_READONLY, to open a database read only. I can't find any equivalent documented in the Python standard library documentation for the sqlite3 module (or, for that matter, on the pysqlite library's website). Is it possible to open a sqlite databas