Re: [SQLObject] Re: Preparing for 0.6.1
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-12-30 08:24:20
|
On Wed, Dec 29, 2004 at 08:02:15PM -0500, Brian Beck wrote: > Starting with version 2.0 (a while ago), SQLite has supported > transactions, so maybe the documentation can be updated, and code if > necessary? Doing some timings with insert/update and commit with > SQLObject seems to suggest that even though SQLite supports > transactions, SQLObject doesn't really take advantage of them. Is this > the case? sqlobject/sqlite/sqliteconnection.py supportTransactions = True Looks ok. What is wrong in your case? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |