Sean Harvey
fde3834114
BUG SQLite database connection not closed properly
...
This was found when performing a load test using HHVM, the sqlite
connections weren't being closed properly so it would throw an
error "Too many open files..." after a number of concurrent
connections were opened.
2014-10-27 19:06:04 +13:00
Damian Mooyman
c8235c0f06
BUG Properly deprecate old 'memory' config setting
2014-03-06 10:40:14 +13:00
Sean Harvey
69fee85469
Change database path to allow use of ":memory:"
...
Instead of using a custom "memory" key in the $databaseConfig
which never really got used this now allows someone to simply enable
in-memory databases by setting the path to ":memory:" or to use the
following environment variable:
define('SS_SQLITE_DATABASE_PATH', ':memory:');
2014-02-18 16:44:00 +13:00
Ingo Schommer
06f2559050
Defaulting to memory DB if 'path' not specified
...
Given that we're only using SQLite3 for testing, this is a
reasonable default - and it means we don't need to have a
special _config.php for CI.
2013-03-28 23:02:41 +01:00
Normann Lou
1df648f6bb
MINOR: use framework to replace sapphire for inline document.
2012-07-16 14:53:17 +12:00
Sean Harvey
de1c8cb18b
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
Andreas Piening
bc1cd7008e
BUGFIX: fixed broken addslashes
2010-03-31 00:15:26 +00:00
Andreas Piening
21b512a4e7
BUGFIX: SQLite PDO adapter to use the new function to secure db storage location
2010-03-17 21:45:00 +00:00
Andreas Piening
b85db20c88
BUGFIX: protected default db location MINOR: polished adapter setup
2010-02-08 04:20:09 +00:00
Andreas Piening
3d1ff088ee
MINOR: removed query hack
2010-01-28 05:29:08 +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