silverstripe-framework/docs/en/changelogs
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
..
_images MINOR Upgrading notes around tab rewrites 2012-05-09 17:47:19 +02:00
alpha Moved GridField docs to reference 2012-10-30 18:59:26 +01:00
beta 3.1.0-beta3 changelog 2013-04-18 19:28:13 +02:00
pr MINOR Created 3.0.0 upgrading guide, 3.0.0-pr1 changelog 2011-05-01 22:30:53 +12:00
rc Merge remote-tracking branch 'origin/3.1' 2014-06-15 22:50:20 +12:00
2.0.1.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.0.2.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.1.0.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.1.1.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.2.0.md Spelling correction 2011-10-18 15:32:52 -07:00
2.2.1.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.2.2.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:48:44 +13:00
2.2.3.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.2.4.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.0.md Spelling correction 2011-10-18 15:32:52 -07:00
2.3.1.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.2.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.3.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.4.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.5.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.6.md MINOR: formatting changes and fixes to original document formatting 2011-03-21 11:51:50 +13:00
2.3.7.md MINOR: formatting changes and fixes to original document formatting 2011-03-21 11:51:50 +13:00
2.3.8.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00
2.3.9.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.10.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.11.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.3.12.md MINOR Updated changelog 2011-10-18 11:54:45 +02:00
2.3.13.md MINOR Updated changelog 2012-01-31 17:04:59 +01:00
2.4.0.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.4.1.md MINOR: formatting changes and fixes to original document formatting 2011-03-21 11:51:50 +13:00
2.4.2.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00
2.4.3.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.4.4.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.4.5.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
2.4.6.md MINOR Added documentation about the new File.ShowInSearch property 2011-12-03 12:01:23 +01:00
2.4.7.md Changelogs 2012-10-30 17:00:41 +01:00
2.4.8.md Changelogs 2012-10-30 17:00:41 +01:00
2.4.10.md Updated changelog 2013-02-18 01:03:57 +01:00
3.0.0.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
3.0.1.md Add changelog for 3.0.1 2012-07-31 16:42:40 +12:00
3.0.2.md Added 3.0.2 changelog (and added missing 3.0.1 changelog to the list) 2012-09-17 13:25:31 +12:00
3.0.3.md Add 3.0.3 changelog 2012-11-26 11:20:21 +13:00
3.0.4.md Fixed changelog 2013-02-18 01:34:51 +01:00
3.0.5.md Added changelog 2013-02-20 00:39:00 +01:00
3.0.6.md Merge remote-tracking branch 'origin/3.0' into 3.1 2013-10-07 16:18:20 +02:00
3.0.7.md 3.0.7 changelog 2013-10-01 00:26:11 +02:00
3.0.8.md Added 3.0.8 changelog 2013-10-07 01:31:28 +02:00
3.0.9.md Added 3.0.9 changelog 2014-03-03 10:19:08 +13:00
3.0.10.md Add 3.0.10 upgrade docs 2014-04-08 12:30:24 +12:00
3.0.11.md Release docs 2014-05-13 13:02:21 +12:00
3.1.0.md Removing "Unreleased" text from changelog. 2013-10-01 13:47:06 +13:00
3.1.1.md Updated 3.1.1 changelog 2013-10-07 20:50:39 +02:00
3.1.2.md Added 3.1.2 changelog 2013-11-12 19:43:44 +01:00
3.1.3.md Added 3.1.3 changelog 2014-03-03 08:54:18 +13:00
3.1.4.md Update upgrading docs 3.1.4 2014-04-08 16:19:19 +12:00
3.1.5.md Fix changelog 2014-05-13 15:06:43 +12:00
3.2.0.md API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
index.md API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00