]> git.mjollnir.org Git - moodle.git/commit
MDL-19474 One year and a half ago we started designing and implementing our new datab...
authorskodak <skodak>
Thu, 8 Oct 2009 22:34:34 +0000 (22:34 +0000)
committerskodak <skodak>
Thu, 8 Oct 2009 22:34:34 +0000 (22:34 +0000)
commiteb123debc6279c0e7fe92d7cb8979f4db651a46c
tree9a6f4cd16f457bf90df41d11e5bda6bdd5c7726d
parent79f0d55bc6182b070d102eaf3eeb355c9c130000
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!
16 files changed:
lib/dml/adodb_moodle_database.php [deleted file]
lib/dml/adodb_moodle_recordset.php [deleted file]
lib/dml/moodle_database.php
lib/dml/mssql_adodb_moodle_database.php [deleted file]
lib/dml/mssql_n_adodb_moodle_database.php [deleted file]
lib/dml/mssql_native_moodle_database.php
lib/dml/mysql_adodb_moodle_database.php [deleted file]
lib/dml/mysqli_adodb_moodle_database.php [deleted file]
lib/dml/mysqli_native_moodle_database.php
lib/dml/oci8po_adodb_moodle_database.php [deleted file]
lib/dml/oci8po_adodb_moodle_recordset.php [deleted file]
lib/dml/oci_native_moodle_database.php
lib/dml/odbc_mssql_adodb_moodle_database.php [deleted file]
lib/dml/pdo_moodle_database.php
lib/dml/pgsql_native_moodle_database.php
lib/dml/postgres7_adodb_moodle_database.php [deleted file]