Merge branch 'MDL-75170-master-add_order_by_method' of https://github.com/alexmorrisnz/moodle

This commit is contained in:
Jun Pataleta 2022-09-30 15:51:41 +08:00
commit 2a4b3deaf6
6 changed files with 77 additions and 2 deletions

View file

@ -42,6 +42,7 @@ information provided here is intended especially for developers.
implemented by adhoc tasks. For backwards compatibility, a default implementation has been added to `\core\task\adhoc_task` to
return the class name.
* The function get_module_metadata() has been finally deprecated and can not be used anymore.
* New DML driver method `$DB->sql_order_by_null` for sorting nulls sort nulls first when ascending and last when descending.
=== 4.0 ===