silverstripe-framework/tests/php
Guy Sartorelli 826028082b
FIX Sort without specifying a table name (#10675)
Using a table name in sort() is not allowed in CMS 5. We could use
orderBy() here but member is the table it will sort on by default anyway
so there's no need.

Also added unit tests, which should have caught this ages ago.
2023-02-01 13:52:13 +13:00
..
Control API Allow array style email addresses 2023-01-26 14:40:13 +13:00
Core MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
Dev ENH PHP 8.2 support 2022-12-21 14:44:47 +13:00
Forms MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
i18n MNT Remove legacy upgrader config 2023-01-20 17:05:41 +13:00
Logging MNT Import Deprecation class 2022-12-14 16:10:01 +13:00
ORM MNT Add test to SQLSelect for Zero limit 2023-01-27 10:00:56 +13:00
Security FIX Sort without specifying a table name (#10675) 2023-02-01 13:52:13 +13:00
View FIX Don't try to access private properties/methods 2023-01-31 14:59:17 +13:00