silverstripe-framework/src/ORM
Sam Minnee a2143680e8 NEW: Add record count to dev/build output.
This small piece of metadata is intended to expose record counts to
developers as an information radiator: from time to time, SilverStripe
tables can get very large, and this exposes this information without
the developer seeking it out. 

It’s reasonable to expect that count(*) calls aren’t too time consuming,
even on large tables.

On a small test run, dev/build execution went from 3.85s to 3.98s (a 3%
or 130ms increase). Given the small relative impact it should be okay.
Where this is inappropriate, it can be disabled with a config setting.
2018-02-17 19:02:50 +13:00
..
Connect BUG Replace phpdotenv with thread-safe replacement 2017-10-20 18:43:11 +13:00
FieldType ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
Filters API Ensure that all DataQuery joins are aliased based on relationship name 2017-05-26 13:38:58 +12:00
Hierarchy API Extensions are now stateless 2017-10-06 14:53:44 +13:00
Queries Merge branch '3' 2017-03-03 15:55:22 +00:00
Search Update PHPDoc 2017-07-27 12:08:42 +12:00
ArrayLib.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
ArrayList.php BUG Consistent return values for first and last methods 2017-06-06 17:22:55 +12:00
CMSPreviewable.php API Move CMSPreviewable to framework module 2017-03-14 10:22:45 +13:00
DatabaseAdmin.php NEW: Add record count to dev/build output. 2018-02-17 19:02:50 +13:00
DataExtension.php API Remove Object class 2017-05-23 13:50:35 +12:00
DataList.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
DataObject.php ENHANCEMENT Allow extensions to intercept incorrect deletes on unpublish 2017-10-13 10:12:08 +13:00
DataObjectInterface.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DataObjectSchema.php DBIndexable::getIndexSpecs is responsible for returning a DBFields full indexable spec 2017-07-18 15:03:56 +12:00
DataQuery_SubGroup.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DataQuery.php Merge branch '3' into 4 2017-10-05 16:40:31 +01:00
DataQueryManipulator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DB.php BUG Replace phpdotenv with thread-safe replacement 2017-10-20 18:43:11 +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 ENHANCEMENT GridField passes in context for canCreate 2017-05-09 09:15:09 +12: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 Merge branch '3' 2017-01-17 14:17:45 +00:00
ManyManyList.php Merge branch '3' 2017-06-28 18:59:08 +01:00
ManyManyThroughList.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ManyManyThroughQueryManipulator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +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 Fix links on paginated lists when there are GET vars 2017-09-27 15:41:08 +10:00
PolymorphicHasManyList.php ENHANCEMENT Don't force all class names to lowercase 2017-09-20 15:14:55 +12:00
Relation.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
RelationList.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +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
UnsavedRelationList.php API Remove Object class 2017-05-23 13:50:35 +12: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