From: Brandon K. <ki...@ca...> - 2005-08-16 00:43:03
|
The transaction manager now supports storing the sql_statements on disk rather then in memory. Now you can use the new disk based transaction manager by calling: tm = dbs.createTransactionManager(disk_based=True) #Default = False |