silverstripe-framework/tests/php/ORM
Damian Mooyman 257ff69e32 API Implement many_many through polymorphic (from only) (#7928)
* API Support many_many through polymorphic relations (from side only)
Fixes #7911
Fixes #3136

* Add extra docs and allow optional arguments

* ENHANCEMENT Enable quiet to be turned off

* BUG Fix issue with manymanythroughlist duplication
2018-03-22 10:26:25 +13:00
..
ArrayListTest
CascadeDeleteTest
ComponentSetTest
DatabaseTest
DataExtensionTest
DataObjectDuplicationTest API Implement cascade_duplications 2018-02-05 12:04:57 +13:00
DataObjectSchemaGenerationTest Merge branch '3' into 4 2018-01-16 11:47:39 +00:00
DataObjectSchemaTest
DataObjectTest Merge remote-tracking branch 'origin/4.0' into 4 2018-01-22 14:57:05 +13:00
DataQueryTest
DBClassNameTest
DBCompositeTest
DBHTMLTextTest
DBMoneyTest
DBStringTest
DBVarcharTest ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DecimalTest
Filters
HasManyListTest
HierarchyTest
ManyManyListTest
ManyManyThroughListTest API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
MySQLDatabaseTest
Search ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
SQLInsertTest
SQLSelectTest
SQLUpdateTest
TransactionTest
UnsavedRelationListTest
ArrayLibTest.php BUG Remove usage of deprecated each() and use a helper method instead 2017-11-01 16:04:35 +13:00
ArrayListTest.php
CascadeDeleteTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
CascadeDeleteTest.yml
ComponentSetTest.php
ComponentSetTest.yml
DatabaseTest.php
DataExtensionTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
DataExtensionTest.yml
DataListTest.php API Add excludeAny() and tests for complicated excludes/filters (#7838) 2018-02-08 09:20:17 +13:00
DataObjectDuplicationTest.php API Implement cascade_duplications 2018-02-05 12:04:57 +13:00
DataObjectDuplicationTest.yml API Implement cascade_duplications 2018-02-05 12:04:57 +13:00
DataObjectLazyLoadingTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DataObjectSchemaGenerationTest.php Merge branch '3' into 4 2018-01-16 11:47:39 +00:00
DataObjectSchemaTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DataObjectTest.php Cleaning up PR and adding tests 2018-02-28 13:31:56 +00:00
DataObjectTest.yml
DataQueryTest.php Merge branch '3.6' into 4.0 2017-11-25 16:56:50 +00:00
DataQueryTest.yml
DBClassNameTest.php API Add getShortName to DBClassName 2017-11-15 11:27:58 +13:00
DBCompositeTest.php
DBCurrencyTest.php
DBDateTest.php Merge pull request #7794 from kinglozzer/id-like-to-place-an-ordinal 2018-01-26 09:27:46 +13:00
DBDatetimeTest.php Fixed Rfc3339 implementation of Date and Datetime 2018-01-24 16:58:12 +01:00
DBEnumTest.php BUG Fix DBEnum ignoring empty defaults 2017-11-17 12:35:39 +13:00
DBFieldTest.php
DBHTMLTextTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBLocaleTest.php
DBMoneyTest.php
DBMoneyTest.yml
DBPercentageTest.php
DBStringTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBTextTest.php Fix "mb_stripos(): Empty delimiter" warning when no search-keywords are given for DBText::ContextSummary. 2018-03-01 11:39:30 +01:00
DBTimeTest.php
DBVarcharTest.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBYearTest.php
DecimalTest.php BUG Fix decimal scaffolding 2017-10-10 10:13:26 +13:00
DecimalTest.yml
GroupedListTest.php
HasManyListTest.php
HasManyListTest.yml
HierarchyTest.php
HierarchyTest.yml
LabelFieldTest.php
ManyManyListExtensionTest.php
ManyManyListExtensionTest.yml
ManyManyListTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ManyManyThroughListTest.php API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
ManyManyThroughListTest.yml API Implement many_many through polymorphic (from only) (#7928) 2018-03-22 10:26:25 +13:00
MapTest.php
MarkedSetTest.php
MySQLDatabaseTest.php
MySQLDatabaseTest.yml
PaginatedListTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
PDODatabaseTest.php BUG Fix postgres / PDO support 2017-11-17 12:35:55 +13:00
PolymorphicHasManyListTest.php
SQLInsertTest.php
SQLSelectTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
SQLSelectTest.yml
SQLUpdateTest.php
SQLUpdateTest.yml
TransactionTest.php FIX Add Nested DB transaction support (#7848) 2018-02-09 10:28:32 +13:00
UnsavedRelationListTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
UnsavedRelationListTest.yml
URLSegmentFilterTest.php
ValidationExceptionTest.php
ValidationResultTest.php