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
Stephen Shkardoon
5e82d842ad
Update SQLiteDatabaseConfigurationHelper.php
...
In preparation for https://github.com/silverstripe/sapphire/pull/1319
Probably should accept this at the same time.
If someone knows of the relevant ALTER permissions in SQLite, feel free to implement.
2013-03-24 03:31:09 +13:00
Sean Harvey
9502c7d5a5
MINOR Remove useless comment about another database
2012-06-12 14:41:18 +12:00
Sean Harvey
9dfebd8732
MINOR Fixing undefined variable
2012-04-30 11:18:52 +12:00
Sean Harvey
5be44e56b4
ENHANCEMENT Added SQLiteDatabaseConfigurationHelper::getDatabaseVersion()
2010-05-26 05:12:39 +00:00
Sean Harvey
5b0318bdf3
ENHANCEMENT Added SQLiteDatabaseConfigurationHelper::requireDatabaseVersion() for checking SQLite library version is at least 3.3
2010-05-15 04:59:18 +00:00
Sean Harvey
483da30a0f
MINOR Added SQLDatabaseConfigurationHelper::requireDatabaseVersion() as a stub method until it's implemented
2010-05-15 04:08:12 +00:00
Ingo Schommer
204e3efd38
ENHANCEMENT Better validation checks in SQLiteDatabaseConfigurationHelper
2010-03-15 07:01:54 +00:00
Ingo Schommer
4443df5171
MINOR Moved SQLite3Database::safe_dir() to two new methods on SQLite3DatabaseConfigurationHelper (create_db_dir() and secure_db_dir()), more flexible and useable from the helper class in install.php context without requiring class inclusions pre-manifest build (see r101054 for installer enhancements)
2010-03-15 06:43:49 +00:00
Andreas Piening
065106bb80
ENHANCEMENT: configuration helper added
2010-03-09 23:58:36 +00:00