moodle/lib/xmldb
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
..
xmldb.dtd
xmldb.xsd MDL-76459 dml: Remove other remaining harcoded uses of old 28 & 30 2023-09-02 09:22:13 +02:00
xmldb_constants.php
xmldb_field.php MDL-76459 xmldb: Raise the table & column length limits 2023-09-02 09:22:13 +02:00
xmldb_file.php
xmldb_index.php MDL-77599 coding-style: Replace forbidden @const tags by @var 2023-07-03 15:58:16 +02:00
xmldb_key.php MDL-74853 various: add second parameter to htmlentities functions 2022-11-28 16:12:20 +01:00
xmldb_object.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
xmldb_structure.php MDL-77164 various: fix incorrect phpdocs 2023-04-13 11:35:06 +01:00
xmldb_table.php MDL-76459 xmldb: Raise the table & column length limits 2023-09-02 09:22:13 +02:00