From: <sub...@co...> - 2004-12-30 17:05:30
|
Author: ianb Date: 2004-12-30 17:05:26 +0000 (Thu, 30 Dec 2004) New Revision: 506 Modified: trunk/SQLObject/docs/SQLObject.txt Log: Removed note that SQLite doesn't support transactions Modified: trunk/SQLObject/docs/SQLObject.txt =================================================================== --- trunk/SQLObject/docs/SQLObject.txt 2004-12-29 17:19:31 UTC (rev 505) +++ trunk/SQLObject/docs/SQLObject.txt 2004-12-30 17:05:26 UTC (rev 506) @@ -1108,7 +1108,7 @@ column -- strings can go in integer columns, dates in integers, etc. SQLiteConnection doesn't support `automatic class generation`_ and -SQLite does not support `runtime column changes`_ or transactions_. +SQLite does not support `runtime column changes`_. SQLite may have concurrency issues, depending on your usage in a multi-threaded environment. |