Paul McNett wrote:
> Uwe Grauer wrote:
>> I didn't find the docs for isolation_level.
>> What does "isolation_level=None" mean?
> 
> http://docs.python.org/lib/sqlite3-Controlling-Transactions.html#sqlite3-Controlling-Transactions
> 

If i understand the docs correctly, you have to use
"isolation_level=None" only if you mix DDL and DML.
You won't be able to use transactions with this?
Would it be better to apply "isolation_level=None" as
a additional user parameter on connect as i do with:
dabo.db.dConnection(ci, charset=self.Charset)

If this isn't a better way, the non-transactional behavior should be
documented.



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to