mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-75170-master-add_order_by_method' of https://github.com/alexmorrisnz/moodle
This commit is contained in:
commit
2a4b3deaf6
6 changed files with 77 additions and 2 deletions
|
@ -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 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue