mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
011bfd2a54
- added restricting text conditions to where_clause , it throws a dml_exception when detected. - also added to where_clause throwing dml_exception for field that doesn't exist in table. - added unit tests for text condition restricting. - added 2 unit tests for set_field_select() testing 'auto-casting params to int problem' fix