mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
![]() That helper, used to fetch information from DB by all the grade_object chidren classes was not behaving properly handling TEXT/CLOB columns. Instead of creating a property within every class listing the existing columns, it seems to be a better solution to instrospect the database metadata (cached) to ensure the correct SQL is generated in every case. |
||
---|---|---|
.. | ||
tests | ||
constants.php | ||
grade_category.php | ||
grade_grade.php | ||
grade_item.php | ||
grade_object.php | ||
grade_outcome.php | ||
grade_scale.php |