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
stronk7
f95cc12575
MDL-17491 oci driver: exception when binding strings into int/float
...
colums. PHP casting was causing unexpected behaviour. Grrr.
2009-10-14 17:27:13 +00:00
..
simpletest
MDL-19057 No more exceptions in tests for oracle. If tests fail, MDL-20339 can be the culprit.
2009-09-24 13:51:41 +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-17969 mssql driver: Fix boolean values in text columns
2009-10-14 14:14:00 +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
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-17491 oci driver: exception when binding strings into int/float
2009-10-14 17:27:13 +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
…
pgsql_native_moodle_database.php
Fix retrieving of NULLs in PG databases and binary fields
2009-10-14 10:32:48 +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
…