moodle/lib/dml
Marina Glancy b0a83aa7bd MDL-76362 various: Avoid passing nulls to functions that don't allow nulls
PHP 8.1 is more strict on the parameter type. Functions such as trim(), strlen(), str_replace(), etc
show notice when null is passed as an argument
2023-01-23 09:15:54 +08:00
..
tests MDL-69581 dml: Improve MySQL/MariaDB server version detection 2022-12-28 10:59:45 +01:00
auroramysql_native_moodle_database.php MDL-58931 dml: add support for aurora mysql 2020-07-01 22:56:20 +02:00
database_column_info.php MDL-53213 caching: Faster databasemeta caching for all databases. 2016-02-28 17:03:14 +11:00
mariadb_native_moodle_database.php MDL-69581 dml: Improve MySQL/MariaDB server version detection 2022-12-28 10:59:45 +01:00
moodle_database.php MDL-74912 mod_forum: Fix regexp word boundaries markers in MySQL 8 2022-11-05 10:07:26 +01:00
moodle_read_slave_trait.php Merge branch 'MDL-75548' of https://github.com/timhunt/moodle 2022-09-05 13:09:09 +02:00
moodle_recordset.php MDL-73424 general: Internal methods must have same type as parent 2022-10-10 16:46:13 +02:00
moodle_temptables.php MDL-53213 caching: Faster databasemeta caching for all databases. 2016-02-28 17:03:14 +11:00
moodle_transaction.php MDL-52284 core: PHP7 engine errors have type Throwable 2015-12-10 10:49:37 +08:00
mysqli_native_moodle_database.php MDL-69581 dml: Improve MySQL/MariaDB server version detection 2022-12-28 10:59:45 +01:00
mysqli_native_moodle_recordset.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
mysqli_native_moodle_temptables.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00
oci_native_moodle_database.php MDL-75977 xmldb: Avoid using null params on built-in DB functions 2022-11-26 16:16:20 +01:00
oci_native_moodle_package.sql MDL-60041 dml: MOODLELIB sql file must have Unix line endings 2017-12-11 08:40:58 +00:00
oci_native_moodle_recordset.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
oci_native_moodle_temptables.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00
pdo_moodle_database.php MDL-75548 misc: final Required parameter follows optional notices 2022-08-22 15:20:13 +01:00
pdo_moodle_recordset.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
pgsql_native_moodle_database.php MDL-76362 various: Avoid passing nulls to functions that don't allow nulls 2023-01-23 09:15:54 +08:00
pgsql_native_moodle_recordset.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
pgsql_native_moodle_temptables.php MDL-39725 database: Add statistics collection functions 2013-12-10 20:31:47 +11:00
sqlite3_pdo_moodle_database.php MDL-58584 core: remove duplications from get_columns functions 2020-02-03 15:07:15 +11:00
sqlsrv_native_moodle_database.php MDL-64153 dml: Added extrainfo in the DB options config. 2023-01-06 06:17:17 +07:00
sqlsrv_native_moodle_recordset.php MDL-73424 general: specify return type where possible 2022-10-10 16:46:26 +02:00
sqlsrv_native_moodle_temptables.php MDL-59581 database: remove mssql specific code from lib/dml 2018-04-09 01:58:26 +02:00