moodle/analytics/classes
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
..
local MDL-59256 analytics: Move get_activities method to CoI scope 2017-11-07 08:14:49 +01:00
admin_setting_predictor.php MDL-59988 analytics: Files marked as used only if valid 2017-10-13 12:24:17 +02:00
analysable.php MDL-60434 analytics: Analysables lazy loading 2017-10-25 14:16:35 +02:00
calculable.php MDL-60281 general: function each() is deprecated in PHP7.2 2017-10-16 09:37:20 +08:00
classifier.php MDL-59265 mlbackend: Splitting up predictor interface in 2 2017-08-25 13:50:34 +02:00
course.php MDL-60796 analytics: Fix phpdoc issues 2017-11-14 12:33:46 +05:30
dataset_manager.php MDL-60375 analytics: Fix incorrect var reference 2017-10-19 08:48:11 +02:00
manager.php MDL-60174 core_dml: fix miscellaneous incorrect recordset usage 2017-11-27 11:10:33 +00:00
model.php MDL-59988 analytics: Reset trained status on clear 2017-10-18 07:02:23 +02:00
prediction.php MDL-59630 analytics: Purge everything when the model is deleted 2017-10-03 10:07:32 +02:00
prediction_action.php MDL-58835 analytics: Store prediction actions separately 2017-09-07 14:45:34 +02:00
predictor.php MDL-59630 analytics: mlbackend model directories deletion 2017-10-03 10:34:47 +02:00
regressor.php MDL-59265 mlbackend: Splitting up predictor interface in 2 2017-08-25 13:50:34 +02:00
requirements_exception.php
site.php MDL-59063 analytics: Expand analysable API to provide a name 2017-10-17 14:04:47 +02:00