moodle/lib/dml
2014-01-28 10:43:51 +01:00
..
tests MDL-34055 add bulk DB->insert_records() method 2014-01-28 10:41:43 +08:00
database_column_info.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00
mariadb_native_moodle_database.php MDL-39985 add explicit MariaDB support 2013-07-24 10:45:20 +08:00
moodle_database.php Merge branch 'w04_MDL-34055_m27_insertrecords' of https://github.com/skodak/moodle 2014-01-28 10:43:51 +01: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-39725 database: Add statistics collection functions 2013-12-10 20:31:47 +11:00
moodle_transaction.php MDL-32003 fix phpdocs and use __DIR__ for includes in dml layer 2012-06-17 22:56:28 +02:00
mssql_native_moodle_database.php MDL-43761 refactor db manager code to send arrays of SQL to the dml driver 2014-01-24 13:45:07 +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 Merge branch 'w04_MDL-34055_m27_insertrecords' of https://github.com/skodak/moodle 2014-01-28 10:43:51 +01: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-43761 refactor db manager code to send arrays of SQL to the dml driver 2014-01-24 13:45:07 +08: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-43761 refactor db manager code to send arrays of SQL to the dml driver 2014-01-24 13:45:07 +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 Merge branch 'w04_MDL-34055_m27_insertrecords' of https://github.com/skodak/moodle 2014-01-28 10:43:51 +01:00
pgsql_native_moodle_recordset.php MDL-37718 release low level recordsets as soon as possible 2013-01-26 17:20:43 +01: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-42493 revert nasty DB meta caching hack that was trying to work around shutdown issues 2013-10-25 21:20:06 +02:00
sqlsrv_native_moodle_database.php MDL-43761 refactor db manager code to send arrays of SQL to the dml driver 2014-01-24 13:45:07 +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