|
Re: Database is locked error on 2nd conn: msg#00040python.db.pysqlite.user
Gerhard Häring wrote: > > David Pratt wrote: >> [...] In posgres and psycopg I am using an isolation level of >> serializable. What is equivalent for SQLite? I have not specified an >> isolation on my connection, does this mean an isolation level of >> none? > > pysqlite's default setting for isolation level is "DEFERRED". I > can't say > how it compares to PostgreSQL's isolation levels, but I think that > they > work differently. A ha, so with regard to the isolation_level parameter, "DEFERRED" is the same as "" (empty string)? The latter is the initial value. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Error, Undefined symbol "PyGILState_Ensure": 00040, Gerhard Häring |
|---|---|
| Next by Date: | Re: Database is locked error on 2nd conn: 00040, Gerhard Häring |
| Previous by Thread: | Re: Database is locked error on 2nd conni: 00040, Gerhard Häring |
| Next by Thread: | Re: Database is locked error on 2nd conn: 00040, Gerhard Häring |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |