This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-04-15 21:45:37 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
dml
History
Eloy Lafuente
7c47635220
Added missing PK causing problems in MySQL. Will test that later in
...
proper DDL tests...
2009-11-03 10:20:56 +00:00
..
simpletest
Added missing PK causing problems in MySQL. Will test that later in
2009-11-03 10:20:56 +00:00
database_column_info.php
…
moodle_database.php
MDL-14679 tidy phpdocs for sql_substr() a bit
2009-10-09 10:02:39 +00:00
moodle_recordset.php
…
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
…
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
…
mysqli_native_moodle_temptables.php
…
oci_native_moodle_database.php
MDL-20715 fixed notice from dml native oci driver when php driver not installed
2009-11-02 14:33:46 +00:00
oci_native_moodle_recordset.php
…
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
…
pgsql_native_moodle_database.php
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:31:16 +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
…