Files
moodle/question/type
Mihail Geshoski 8387b02821 MDL-84532 qtype_ordering: Update query to use $DB->sql_compare_text()
The change introduced in MDL-46739, which modified the 'value' column in
the 'user_preferences' database table from CHAR to TEXT, caused the
upgrade query to fail due to the '=' comparison operator being used on
this column in the WHERE clause. This fix updates the query to use
$DB->sql_compare_text() instead.
2025-02-24 17:47:27 +08:00
..
2024-12-11 12:30:23 +08:00