From: <sub...@co...> - 2005-01-13 17:29:08
|
Author: ianb Date: 2005-01-13 17:29:02 +0000 (Thu, 13 Jan 2005) New Revision: 540 Modified: trunk/SQLObject/docs/SQLObject.txt Log: Noted that MySQL does support transactions a little more clearly Modified: trunk/SQLObject/docs/SQLObject.txt =================================================================== --- trunk/SQLObject/docs/SQLObject.txt 2005-01-13 10:50:11 UTC (rev 539) +++ trunk/SQLObject/docs/SQLObject.txt 2005-01-13 17:29:02 UTC (rev 540) @@ -1082,9 +1082,10 @@ `MySQLConnection` takes the keyword arguments `host`, `db`, `user`, and `passwd`, just like `MySQLdb.connect` does. -MySQLConnection supports all the features, though MySQL does not -support transactions_ (except using a special proprietary backend that -I haven't used). +MySQLConnection supports all the features, though MySQL only supports +transactions_ when using the InnoDB backend, and SQLObject currently +does not have support for explicitly defining the backend when using +``createTable``. Postgres -------- |