moodle/lib/dml
Dan Poltawski 8ee8780ebf lib/dml - 'complicated sql' unit test MDL-19645
I have just added one specific example SQL syntax which was breaking on
earlier versions of sqlite. We need to add more variations used throughout
moodle so different engines can be properly tested for compatibility.
2009-10-27 23:25:07 +00:00
..
simpletest lib/dml - 'complicated sql' unit test MDL-19645 2009-10-27 23:25:07 +00:00
database_column_info.php MDL-19470 fixing DML license headers 2009-06-12 08:14:29 +00:00
moodle_database.php MDL-14679 tidy phpdocs for sql_substr() a bit 2009-10-09 10:02:39 +00:00
moodle_recordset.php MDL-19470 fixing DML license headers 2009-06-12 08:14:29 +00:00
moodle_temptables.php MDL-14679 temporary tables: modify approach so name changes are 2009-09-28 18:10:07 +00:00
mssql_native_moodle_database.php MDL-14679 fixing limitfrom, limitnum queries under pgsql, mssql and oracle 2009-10-16 14:14:03 +00:00
mssql_native_moodle_recordset.php MDL-17969 mssql (freetds/odbtp) native driver. Passes all the tests but: 2009-08-30 23:00:25 +00:00
mssql_native_moodle_temptables.php MDL-14679 temporary tables: modify approach so name changes are 2009-09-28 18:10:07 +00:00
mysqli_native_moodle_database.php MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb! 2009-10-08 22:34:34 +00:00
mysqli_native_moodle_recordset.php MDL-19470 adding missing inline docs 2009-06-12 08:15:53 +00:00
mysqli_native_moodle_temptables.php MDL-15181 temporary tables - now mysql driver uses the temptables object to 2009-08-31 16:14:43 +00:00
oci_native_moodle_database.php MDL-14679 fixing limitfrom, limitnum queries under pgsql, mssql and oracle 2009-10-16 14:14:03 +00:00
oci_native_moodle_recordset.php MDL-17491 Better fetching this way :-) 2009-09-21 11:38:04 +00:00
oci_native_moodle_temptables.php MDL-17491 oci native driver: adding support for local temp tables, via store 2009-09-28 18:15:42 +00:00
pdo_moodle_database.php MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb! 2009-10-08 22:34:34 +00:00
pdo_moodle_recordset.php Whoops, didn't mean to remove Andrei's copyright. 2009-06-27 14:48:18 +00:00
pgsql_native_moodle_database.php MDL-14679 fixing limitfrom, limitnum queries under pgsql, mssql and oracle 2009-10-16 14:14:03 +00:00
pgsql_native_moodle_recordset.php Fix retrieving of NULLs in PG databases and binary fields 2009-10-14 10:32:48 +00:00
sqlite3_pdo_moodle_database.php Sorry managed to commit sql_bitxor twice 2009-06-27 21:26:08 +00:00