silverstripe-framework/docs/en/topics
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 Update topics/file documentation (closes #1481) 2013-12-20 14:03:07 +00:00
testing Add support for many_many_extraField in YAML 2014-02-24 22:03:53 +13:00
access-control.md Typography review 2013-12-05 21:20:49 +01:00
caching.md Improved SS_Cache docs, moved to /docs 2014-03-16 11:55:55 +13:00
commandline.md Update documentation static declarations to private 2013-06-08 15:16:59 +12:00
configuration.md Update the yaml configuration with existing before / after syntax 2013-12-20 10:36:16 +13:00
controller.md Improved Link() docs 2014-01-22 22:28:10 +13:00
css.md Update css.md 2014-03-03 02:40:33 -02:00
data-types.md Merge remote-tracking branch 'origin/3.0' into 3.1 2013-05-09 10:34:20 +02:00
datamodel.md API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
debugging.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
directory-structure.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
email.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
environment-management.md Allow SS_DATABASE_NAME in _ss_environment.php configuration 2013-04-22 14:11:37 +02:00
error-handling.md Fixed _config.php references and usage in docs 2013-03-27 12:06:57 +01:00
files.md Update topics/file documentation (closes #1481) 2013-12-20 14:03:07 +00:00
forms.md Wording fix to forms.md 2014-04-17 17:44:54 +12:00
i18n.md Update i18n.md 2014-05-25 21:09:06 +02:00
index.md Update index.md 2014-04-02 10:19:47 +13:00
javascript.md Remove references to ComplexTableField 2013-05-26 11:11:53 +12:00
module-development.md Correct module inclusion criteria. 2014-02-03 15:52:57 +11:00
modules.md Updated add-on URL. 2014-02-07 15:48:34 +00:00
page-type-templates.md Update page-type-templates.md 2013-05-03 15:04:30 +12:00
page-types.md remove leading tab 2014-04-23 14:50:34 +09:00
rich-text-editing.md Document how to enable TinyMCE context menu 2013-10-23 19:59:17 +02:00
search.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
security.md API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
theme-development.md Update docs to consistently use http://localhost/ (fixes #1919) 2013-10-23 20:24:52 +01:00
themes.md Update docs to consistently use http://localhost/ (fixes #1919) 2013-10-23 20:24:52 +01:00
versioning.md Merge remote-tracking branch 'origin/3.0' into 3.1 2013-11-05 10:15:40 +01:00
widgets.md Update widget documentation (fixes #706) 2012-08-08 21:21:58 +12:00