moodle/lib/dml
Russell Smith d59f1d3150 MDL-55124 database: Mode connection test to after connection.
To verify the client encoding and other data is correct then
the connection must have been made first.
2016-09-22 08:40:03 +10:00
..
tests MDL-54947 database: Update PostgreSQL binary handling. 2016-06-30 12:58:53 +10: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-51374 dml: Identifying the cache with connection data 2016-03-16 17:17:39 +08:00
moodle_recordset.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +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
mssql_native_moodle_database.php MDL-51374 core_dml: change database layer to pass table name as parameter 2016-03-15 14:43:45 +08:00
mssql_native_moodle_recordset.php MDL-39019 make sure MSSQL does not return non-string data types 2013-04-08 10:06:55 +02:00
mssql_native_moodle_temptables.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00
mysqli_native_moodle_database.php MDL-53944 dml: make char2real() for mysql to support decimals 2016-05-06 09:27:32 +08:00
mysqli_native_moodle_recordset.php MDL-37718 release low level recordsets as soon as possible 2013-01-26 17:20:43 +01: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-52544 oracle: small tweaks 2016-07-19 04:04:32 +02:00
oci_native_moodle_package.sql Merge branch 'w14_MDL-38750_m25_ocierrors' of git://github.com/skodak/moodle 2013-04-09 02:26:49 +02:00
oci_native_moodle_recordset.php MDL-37718 release low level recordsets as soon as possible 2013-01-26 17:20:43 +01: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-51374 core_dml: change database layer to pass table name as parameter 2016-03-15 14:43:45 +08:00
pdo_moodle_recordset.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00
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 MDL-39725 database: Add statistics collection functions 2013-12-10 20:31:47 +11:00
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-51374 core_dml: change database layer to pass table name as parameter 2016-03-15 14:43:45 +08:00
sqlsrv_native_moodle_recordset.php MDL-39027 make sure sqlsrv does not return non-string data types 2013-04-08 23:29:52 +02:00
sqlsrv_native_moodle_temptables.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00