silverstripe-framework/tests/core
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
..
manifest FIX: ClassManifest errors if files contain duplicate class names (fixes #3210) 2014-06-16 22:18:18 +01:00
startup Changes to error message detection to handle the differences in HHVM 2013-12-21 13:17:47 +13:00
ArrayDataTest.php Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
ArrayLibTest.php API: Add ArrayLib::flatten($array, $preserveKeys) 2013-05-11 00:00:31 +12:00
ClassInfoTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
ConfigTest.php BUG Fix deprecated use of statics in test cases 2014-05-12 08:44:11 +12:00
ConvertTest.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
CoreTest.php BUG Fixed cross-platform issues with test cases and file utilities 2013-10-04 13:54:33 +13:00
DiffTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HTMLCleanerTest.php BUG Fixed issue with Deprecation failing to extract the module from a stacktrace, especially on non-unix systems 2012-10-17 11:57:16 +13:00
ObjectTest.php FIX Handle PHP 5.4's short array notation everywhere arrays are parsed. 2013-05-05 13:27:42 +12:00