moodle/lib/dml
2016-09-22 00:52:30 +02:00
..
tests Merge branch 'wip-MDL-55827-master' of git://github.com/marinaglancy/moodle 2016-09-20 01:02:06 +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-46064 install: prevent install/upgrade with MyISAM 2015-03-05 22:29:34 -08:00
moodle_database.php MDL-29332 dml: new sql_equal() to force cs/ci behavior on varchar matching 2016-09-15 16:33:00 +02:00
moodle_recordset.php
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
mssql_native_moodle_database.php MDL-29332 dml: new sql_equal() to force cs/ci behavior on varchar matching 2016-09-15 16:33:00 +02:00
mssql_native_moodle_recordset.php
mssql_native_moodle_temptables.php
mysqli_native_moodle_database.php MDL-29332 dml: new sql_equal() to force cs/ci behavior on varchar matching 2016-09-15 16:33:00 +02:00
mysqli_native_moodle_recordset.php
mysqli_native_moodle_temptables.php
oci_native_moodle_database.php MDL-52544 oracle: small tweaks 2016-07-19 04:04:32 +02:00
oci_native_moodle_package.sql
oci_native_moodle_recordset.php
oci_native_moodle_temptables.php
pdo_moodle_database.php MDL-51374 core_dml: change database layer to pass table name as parameter 2016-03-15 14:43:45 +08:00
pdo_moodle_recordset.php
pgsql_native_moodle_database.php MDL-55124 database: Mode connection test to after connection. 2016-09-22 08:40:03 +10:00
pgsql_native_moodle_recordset.php MDL-54947 database: Update PostgreSQL binary handling. 2016-06-30 12:58:53 +10:00
pgsql_native_moodle_temptables.php
sqlite3_pdo_moodle_database.php MDL-51374 core_dml: change database layer to pass table name as parameter 2016-03-15 14:43:45 +08:00
sqlsrv_native_moodle_database.php MDL-29332 dml: new sql_equal() to force cs/ci behavior on varchar matching 2016-09-15 16:33:00 +02:00
sqlsrv_native_moodle_recordset.php
sqlsrv_native_moodle_temptables.php