moodle/question/classes/bank
sam marshall a938e4096c MDL-60174 core_dml: fix miscellaneous incorrect recordset usage
The new recordset support for Postgres requires transactions and
will cause errors if recordsets are not closed correctly. This
commit fixes problems that were identified during unit tests, and
via some basic code analysis, across all core code. Most of these
are incorrect usage of recordset (forgetting to close them).
2017-11-27 11:10:33 +00:00
..
search MDL-56826 questions: Add styling for boost theme 2016-11-17 14:20:52 +08:00
action_column_base.php MDL-40759 icons: convert uses of pix_url to pix_icon 2017-03-17 15:52:17 +08:00
checkbox_column.php MDL-43089 quiz: improved interface for building quizzes 2014-10-02 17:22:23 +01:00
column_base.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
copy_action_column.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
creator_name_column.php MDL-25721 core_question: added ability to order questions by dates 2015-03-26 16:21:27 -07:00
delete_action_column.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
edit_action_column.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
modifier_name_column.php MDL-25721 core_question: added ability to order questions by dates 2015-03-26 16:21:27 -07:00
preview_action_column.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
question_name_column.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
question_text_row.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
question_type_column.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
random_question_loader.php MDL-6340 quiz: avoid reusing random questions between attempts 2015-03-26 17:45:49 +00:00
row_base.php MDL-40457 Question Bank: Allow plugins to add columns to question bank view 2014-06-29 21:28:52 -05:00
view.php MDL-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00