silverstripe-framework/src/ORM
Sam Minnee 40dde226fd NEW: Add ?showqueries=backtrace
This variant of showqueries will include a backtrace after each query.
This is extremely verbose but can be helpful when diagnosing where
queries have come from.

This is something that I have frequently added as a local hack on my
environment, I figured that exposing it as a formal feature would be
useful.
2018-09-19 14:28:40 +12:00
..
Connect NEW: Add ?showqueries=backtrace 2018-09-19 14:28:40 +12:00
FieldType Change DBCurrency scaffolded form field to CurrencyField (fixes #8246) 2018-07-09 10:57:01 +12:00
Filters API Ensure that all DataQuery joins are aliased based on relationship name 2017-05-26 13:38:58 +12:00
Hierarchy Merge branch 'heads/4.0.4' into 4.0 2018-05-28 17:50:07 +12:00
Queries FIX Codesniffer style violations with comments 2018-06-11 09:55:18 +12:00
Search Update PHPDoc 2017-07-27 12:08:42 +12:00
ArrayLib.php Tweaked the other flattening method as well, allowing keys to be preserved 2018-06-18 11:16:20 +12:00
ArrayList.php Make removeDuplicates() chainable 2018-07-24 13:50:37 +01:00
CMSPreviewable.php API Move CMSPreviewable to framework module 2017-03-14 10:22:45 +13:00
DatabaseAdmin.php Merge branch '4.1' into 4.2 2018-09-06 13:26:31 +02:00
DataExtension.php API Remove Object class 2017-05-23 13:50:35 +12:00
DataList.php Merge pull request #8244 from altwohill/column-not-distinct 2018-07-16 13:01:32 +01:00
DataObject.php DOCS Updating DataObject config documentation 2018-08-29 14:53:05 +12:00
DataObjectInterface.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DataObjectSchema.php API Moving tests to use transactions 2018-06-13 09:35:45 +12:00
DataQuery_SubGroup.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DataQuery.php NEW Add columnUnique API SS_List classes. 2018-07-16 12:16:17 +01:00
DataQueryManipulator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DB.php API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
Filterable.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
GroupedList.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
HasManyList.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
HiddenClass.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Limitable.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
ListDecorator.php NEW Add columnUnique API SS_List classes. 2018-07-16 12:16:17 +01:00
ManyManyList.php Merge branch '4.0' into 4.1 2018-03-14 14:09:40 +00:00
ManyManyThroughList.php NEW Add getJoinTable to MMTL 2018-05-14 11:19:24 +01:00
ManyManyThroughQueryManipulator.php API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
Map_Iterator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Map.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PaginatedList.php [SS-2017-008] Fix SQL injection in full text search 2017-11-20 16:53:44 +13:00
PolymorphicHasManyList.php API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
Relation.php BUG Ensure relObject() safely bails on empty objects 2017-11-10 15:27:02 +13:00
RelationList.php BUG Ensure relObject() safely bails on empty objects 2017-11-10 15:27:02 +13:00
Sortable.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
SS_List.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
UnexpectedDataException.php NEW: Move code files into src/ folder. 2016-11-01 13:37:24 +13:00
UnsavedRelationList.php NEW Add columnUnique API SS_List classes. 2018-07-16 12:16:17 +01:00
ValidationException.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
ValidationResult.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00