silverstripe-framework/src/ORM
2018-10-19 17:05:12 +13:00
..
Connect NEW Some minor refactoring of the PDO and MySQLi connectors 2018-10-17 12:54:42 +02:00
FieldType BUG: Fix enum filter in Search component from adding Any as a filter 2018-10-19 17:05:12 +13:00
Filters API Ensure that all DataQuery joins are aliased based on relationship name 2017-05-26 13:38:58 +12:00
Hierarchy NEW: Add Hierarchy::prepopulate_numchildren_cache() (#8380) 2018-09-25 12:25:23 +12:00
Queries Merge pull request #8429 from sminnee/fix-2950 2018-10-08 15:11:52 +02: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 FIX: Make ArrayList::limit() consistent with DataList::limit() 2018-10-11 21:05:20 +13:00
CMSPreviewable.php
DatabaseAdmin.php FIX: Re-instate missing SS_DATABASE_SUFFIX functionality (fixes #7966) 2018-10-11 10:50:56 +01:00
DataExtension.php
DataList.php Use splat over call_user_func_array and reduce calls to func_get_args() 2018-09-28 12:32:20 +02:00
DataObject.php Merge pull request #8421 from creative-commoners/pulls/4.3/psr-5-deprecations 2018-09-28 14:18:54 +02:00
DataObjectInterface.php
DataObjectSchema.php API Moving tests to use transactions 2018-06-13 09:35:45 +12:00
DataQuery_SubGroup.php
DataQuery.php DOCS Update do blocks for DataQuery::having() to reflect correct input types 2018-09-25 17:46:42 +02:00
DataQueryManipulator.php
DB.php API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
Filterable.php
GroupedList.php
HasManyList.php MINOR Reduce some code complexity, update array syntax and injected SQLSelect etc 2018-09-27 16:40:23 +02:00
HiddenClass.php
Limitable.php
ListDecorator.php NEW Add columnUnique API SS_List classes. 2018-07-16 12:16:17 +01:00
ManyManyList.php MINOR Reduce some code complexity, update array syntax and injected SQLSelect etc 2018-09-27 16:40:23 +02:00
ManyManyThroughList.php MINOR Reduce some code complexity, update array syntax and injected SQLSelect etc 2018-09-27 16:40:23 +02:00
ManyManyThroughQueryManipulator.php Merge pull request #8417 from creative-commoners/pulls/4.3/many-many-through-sorting-tests 2018-10-03 13:30:20 +02:00
Map_Iterator.php
Map.php
PaginatedList.php [SS-2017-008] Fix SQL injection in full text search 2017-11-20 16:53:44 +13:00
PolymorphicHasManyList.php MINOR Reduce some code complexity, update array syntax and injected SQLSelect etc 2018-09-27 16:40:23 +02: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
SS_List.php
UnexpectedDataException.php
UnsavedRelationList.php NEW Add columnUnique API SS_List classes. 2018-07-16 12:16:17 +01:00
ValidationException.php
ValidationResult.php