From: Dennis H. <de...@tr...> - 2004-08-15 15:02:15
|
Hello, your documentation is quite unclear about transactions. It says that SQLite and MySQL don't support transactions. However, both SQLite and MySQL *support* transactions, and the python modules do as well. In the case of MySQL support depends on the table type. MySQLdb checks for that and always succeeds gracefully. However, I don't know if SQLObject supports setting the table type when creating a table. The documentation does not say if SQLObject at least tries to start a transaction and catches the exception. What is actually happening when I'm using the trans object with SQLite or MySQL? Please, forSQLObject 0.6, at least try to start the transaction (best based on the supported modules) and provide a way to select the table type for MySQL. When do you expect the next release of SQLObject? Thanks, Dennis |