MINOR: SQLite supports transactions

This commit is contained in:
Andreas Piening 2010-04-15 23:00:37 +00:00
parent 0699cd7d65
commit 5c672862aa

View File

@ -42,7 +42,7 @@ class SQLite3Database extends SS_Database {
* work signifficantly different to the transactions in Postgres on which
* the unit test are based upon... ;(
*/
protected $supportsTransactions=false;
protected $supportsTransactions=true;
/*
* if we're on a In-Memory db