silverstripe-sqlite3/code
Ingo Schommer 14601368b8 API Don't run in-memory by default.
While the SQLite3 module is predominantly used for testing,
its best to leave this decision to the code using it.
We should default to a conservative setting (slower, but persistent).
Also remove coupling to SapphireTest when setting this value.
Don't bother creating the directory if running in-memory.
2012-07-05 13:43:46 +02:00
..
SQLite3Database.php API Don't run in-memory by default. 2012-07-05 13:43:46 +02:00
SQLiteDatabaseConfigurationHelper.php MINOR Remove useless comment about another database 2012-06-12 14:41:18 +12:00
SQLitePDODatabase.php BUGFIX Fixed non-object error in SQLitePDODatabase when database can't be written to (exposes better error) 2010-09-12 09:20:17 +00:00