silverstripe-framework/dev
Damian Mooyman d8e9af8af8 API New Database abstraction layer. Ticket #7429
Database abstraction broken up into controller, connector, query builder, and schema manager, each independently configurable via YAML / Injector
Creation of new DBQueryGenerator for database specific generation of SQL
Support for parameterised queries, move of code base to use these over escaped conditions
Refactor of SQLQuery into separate query classes for each of INSERT UPDATE DELETE and SELECT
Support for PDO
Installation process upgraded to use new ORM
SS_DatabaseException created to handle database errors, maintaining details of raw sql and parameter details for user code designed interested in that data.
Renamed DB static methods to conform correctly to naming conventions (e.g. DB::getConn -> DB::get_conn)
3.2 upgrade docs
Performance Optimisation and simplification of code to use more concise API
API Ability for database adapters to register extensions to ConfigureFromEnv.php
2014-07-09 18:04:05 +12:00
..
install API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
phpunit BUG Allow PHPUnit installation with composer / Fix travis 2014-05-02 18:22:04 +12:00
Backtrace.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-11-05 10:15:40 +01:00
BehatFixtureFactory.php Correct line length and indentation 2013-08-21 21:27:16 +12:00
BuildTask.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
BulkLoader.php BUG: Fixed out of date RFC 4180 URL 2014-02-05 14:44:56 +13:00
Cli.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CliDebugView.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CliTestReporter.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CSSContentParser.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CsvBulkLoader.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
CSVParser.php Code formatting / PHPDoc cleanup 2013-05-14 22:06:02 +12:00
Debug.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
DebugView.php Merge remote-tracking branch 'origin/3.1' 2014-03-16 09:36:48 +13:00
Deprecation.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-11-05 10:15:40 +01:00
DevelopmentAdmin.php Path resolution cleanup 2014-05-05 14:52:41 +12:00
FixtureBlueprint.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
FixtureFactory.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
FunctionalTest.php API Security.remember_username to disable login form autocompletion 2014-04-11 09:05:25 +12:00
InstallerTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
JSTestRunner.php NEW: Correcting the JSRunnerTest template comments 2014-02-07 10:40:28 +13:00
Log.php Rewrote usages of error suppression operator 2014-03-05 15:48:55 +13:00
LogEmailWriter.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
LogErrorEmailFormatter.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
LogErrorFileFormatter.php Adding defaults for unhandled event priorities in log formatters. 2014-02-24 15:41:03 +13:00
LogFileWriter.php Merge branch '3.0' 2012-09-21 14:56:56 +12:00
MigrationTask.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Profiler.php Merge remote-tracking branch 'origin/3.0' into 3.1 2012-12-12 10:11:56 +01:00
SapphireInfo.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
SapphireREPL.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
SapphireTest.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
SapphireTestReporter.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
SapphireTestSuite.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
SilverStripeListener.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
SysLogWriter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TaskRunner.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
TeamCityListener.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
TestListener.php Correct line length and indentation 2014-03-30 21:11:56 +13:00
TestMailer.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TestOnly.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestRunner.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
TestSession.php MINOR: Minor fixes to FunctionalTest 2013-01-29 18:03:48 +01:00
YamlFixture.php NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
ZendLog.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00