moodle/lib/dml
Eloy Lafuente (stronk7) d2b6a1b7f3
MDL-76459 dml: Remove other remaining harcoded uses of old 28 & 30
Let's require lib/ddllib.php and use the constant properly,
so we don't need to go searching for cases in future changes.

They are a hand of files, but already are included often each
time the database manager is included. Possible alternative
for this, if we want to reduce the number of included files
is to move the constants to xmldb_constants and only include
that file, but I don't think that makes much sense.

Also, fix the xmldb schema definition to validate table and
column names with the new allowed lengths.
2023-09-02 09:22:13 +02:00
..
tests MDL-76459 xmldb: Raise the table & column length limits 2023-09-02 09:22:13 +02: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
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-76459 dml: Remove other remaining harcoded uses of old 28 & 30 2023-09-02 09:22:13 +02: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
moodle_transaction.php
mysqli_native_moodle_database.php MDL-78492 dml: Better support for auroramysql 2023-07-25 11:56:50 +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
oci_native_moodle_database.php MDL-76459 dml: Remove other remaining harcoded uses of old 28 & 30 2023-09-02 09:22:13 +02: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
pdo_moodle_database.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +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-54704 dml: support for SSL with MySQL / MariaDB and PostgreSQL 2023-06-30 15:41:39 +10:00
pgsql_native_moodle_recordset.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
pgsql_native_moodle_temptables.php
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-78787 dml: native casting to char in SQL Server driver. 2023-08-23 00:55:24 +01: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