mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
MINOR: SQLite supports transactions
This commit is contained in:
parent
0699cd7d65
commit
5c672862aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user