silverstripe-framework/tests/php/ORM
Ingo Schommer c6b698cb02 NEW Allow InnoDB for FULLTEXT indexes
MyISAM used to be the only one to support it, now InnoDB has caught up.
Unless an engine is set specifically in create_table_options,
this will auto-convert existing MyISAM tables to InnoDb.

Fixes #9242
2020-04-09 10:32:45 +12:00
..
ArrayListTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CascadeDeleteTest API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
ComponentSetTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DatabaseTest MINOR: Add a test that 0 is falser on int, decimal, currency 2019-04-05 15:11:21 +13:00
DataExtensionTest BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DataObjectDuplicationTest Merge branch '4.0' into 4.1 2018-06-08 23:05:24 +01:00
DataObjectSchemaGenerationTest FIX: Make test work with utf8mb4 2018-11-10 12:10:25 +13:00
DataObjectSchemaTest BUG Fix writeBaseRecord with unique indexes 2019-02-27 16:40:12 +13:00
DataObjectTest Merge branch '4.3' into 4.4 2019-09-13 18:11:34 -07:00
DataQueryTest Added unit tests for multiple relationship sorting 2019-07-29 10:45:10 -03:00
DBClassNameTest API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
DBCompositeTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBHTMLTextTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBMoneyTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBStringTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBVarcharTest ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DecimalTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FieldType FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
Filters NEW Allow InnoDB for FULLTEXT indexes 2020-04-09 10:32:45 +12:00
HasManyListTest Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HierarchyTest API Major refactor of Hierarchy into MarkedSet 2017-04-13 16:27:13 +12:00
ManyManyListTest Merge branch '3' 2017-06-28 18:59:08 +01:00
ManyManyThroughListTest BUGFIX many many through not sorting by join table (#8534) 2018-11-01 14:17:15 +13:00
MySQLDatabaseTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Search ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
SQLInsertTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SQLSelectTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SQLUpdateTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
TransactionTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
UnsavedRelationListTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ArrayLibTest.php BUG Remove usage of deprecated each() and use a helper method instead 2017-11-01 16:04:35 +13:00
ArrayListTest.php NEW Adding a shuffle method to ArrayList (#8984) 2019-05-16 09:26:11 +12:00
CascadeDeleteTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
CascadeDeleteTest.yml API Implement cascade_deletes 2017-08-09 15:14:00 +12:00
ComponentSetTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
ComponentSetTest.yml
DatabaseTest.php FIX: Fix MySQLQuery::seek() and Query::rewind() to fix repeated iteration 2019-07-03 09:20:05 +12:00
DataExtensionTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
DataExtensionTest.yml
DataListTest.php Merge branch '4.4' into 4.5 2020-02-11 16:45:15 +13:00
DataObjectDuplicationTest.php Merge branch '3.6' into 4.0 2018-06-08 14:41:04 +01: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 NEW Allow InnoDB for FULLTEXT indexes 2020-04-09 10:32:45 +12:00
DataObjectSchemaTest.php BUG Fix writeBaseRecord with unique indexes 2019-02-27 16:40:12 +13:00
DataObjectTest.php BUG Fix extra blank Group being created when creating a new Group (#9325) 2019-11-27 09:32:33 +13:00
DataObjectTest.yml BUG Allow infinite loop when calling DataObject::writeComponent() recursively 2019-09-10 14:15:28 +12:00
DataQueryTest.php Merge branch '4.2' into 4.3 2019-08-14 09:30:41 +12:00
DataQueryTest.yml Added unit tests for multiple relationship sorting 2019-07-29 10:45:10 -03:00
DBClassNameTest.php API Add getShortName to DBClassName 2017-11-15 11:27:58 +13:00
DBCompositeTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
DBCurrencyTest.php Change DBCurrency scaffolded form field to CurrencyField (fixes #8246) 2018-07-09 10:57:01 +12:00
DBDateTest.php NEW DBDate and DBDatetime now support modify() with a strtotime() style adjustment string (#9105) 2019-07-05 15:57:23 +12:00
DBDatetimeTest.php NEW DBDate and DBDatetime now support modify() with a strtotime() style adjustment string (#9105) 2019-07-05 15:57:23 +12:00
DBEnumTest.php FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
DBFieldTest.php [SS-2018-021] Fix potential SQL vulnerability in non-scalar value hyrdation 2019-02-19 12:20:24 +13:00
DBHTMLTextTest.php #9114 - DBText::ContextSummary() cuts line breaks 2019-07-19 12:43:20 +12:00
DBLocaleTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMoneyTest.php Remove flakey swedish intl test 2017-05-08 21:31:14 +12:00
DBMoneyTest.yml
DBPercentageTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
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 Cleanup SapphireTest and time related tests (#6898) 2017-05-18 22:01:55 +12:00
DBVarcharTest.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBYearTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DecimalTest.php BUG Fix decimal scaffolding 2017-10-10 10:13:26 +13:00
DecimalTest.yml
GroupedListTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
HasManyListTest.php Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HasManyListTest.yml Add tests for sorting HasManyList 2018-09-27 17:09:24 +02:00
HierarchyCachingTest.php NEW: Add Hierarchy::prepopulate_numchildren_cache() (#8380) 2018-09-25 12:25:23 +12:00
HierarchyTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
HierarchyTest.yml
LabelFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ListDecoratorTest.php NEW Change to variadic calls in ListDecorator and add unit tests 2018-11-09 13:59:14 +02:00
ManyManyListExtensionTest.php API Remove Object class 2017-05-23 13:50:35 +12:00
ManyManyListExtensionTest.yml
ManyManyListTest.php Merge branch '4.2' into 4.3 2019-02-27 12:13:24 +13:00
ManyManyThroughListTest.php BUGFIX many many through not sorting by join table (#8534) 2018-11-01 14:17:15 +13:00
ManyManyThroughListTest.yml BUGFIX many many through not sorting by join table (#8534) 2018-11-01 14:17:15 +13:00
MapTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
MarkedSetTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
MySQLDatabaseTest.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
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 API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
SQLInsertTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
SQLSelectTest.php Automated phpcbf linting 2019-05-30 09:34:34 +12:00
SQLSelectTest.yml
SQLUpdateTest.php Remove TestListener and rely on PHPUnits APIs 2017-03-30 11:46:58 +13:00
SQLUpdateTest.yml
TransactionTest.php NEW Introduce supported database transaction mode check 2019-09-16 14:44:15 +12:00
UnsavedRelationListTest.php API Rename assert dos to assert list 2017-10-09 11:53:11 +13:00
UnsavedRelationListTest.yml
URLSegmentFilterTest.php URLSegmentFilter: Remove : characters from url segments when multibyte characters are allowed. 2019-06-02 11:43:51 +03:00
ValidationExceptionTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ValidationResultTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00