Commit Graph

16 Commits

Author SHA1 Message Date
Will Rossiter 1a87b18e71
fix: remove deprecated function 2023-01-24 20:04:50 +13:00
Damian Mooyman 1cb63311d8
Upgrade for silverstripe namespaces 2016-09-08 15:41:17 +12:00
Damian Mooyman b3b82810a0 API Upgraded module to use new database ORM
API Use SQLite3::version to directly get connection version
2014-07-11 09:06:33 +12:00
Damian Mooyman c8235c0f06 BUG Properly deprecate old 'memory' config setting 2014-03-06 10:40:14 +13:00
Sean Harvey 0a00f5ca9c Cleaning up long line lengths in _config.php 2014-02-18 16:45:59 +13:00
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
Andreas Piening 022afe8a5a MINOR: don't override config settings 2010-06-13 22:20:21 +00:00
Andreas Piening 5504bf1901 MINOR: SQLiteDatabase defaults to the sqlite3 class instead of the PDO class 2010-04-14 03:07:20 +00:00
Sean Harvey c39c78d148 MINOR Fixed SS_DATABASE_CLASS not working if set to something else in sqlite3 config 2010-03-12 02:37:17 +00:00
Andreas Piening 7360cd57a7 MINOR: properly check the existance of SQLite3 class 2010-03-10 23:59:30 +00:00
Andreas Piening 63a70c2bae MINOR: cosmetic changes to the readme and changes for easy install 2010-03-10 23:57:41 +00:00
Andreas Piening b85db20c88 BUGFIX: protected default db location MINOR: polished adapter setup 2010-02-08 04:20:09 +00:00
Andreas Piening b0fd65c554 FEATURE: added getter and setter for connection pragma 2010-01-24 06:57:42 +00:00
Andreas Piening d6754b2d97 BUGFIX: reintegrated the Database schemaupdate and transX functions 2010-01-22 11:48:57 +00:00
Andreas Piening d34170e370 ENHANCEMENT: added PDO for SQLite adapter to support PHP < 5.3
ENHANCEMENT: rewrite of the build process
2010-01-21 11:32:21 +00:00
Andreas Piening 787820dd35 MINOR: _config.php was missing 2010-01-14 20:46:47 +00:00