]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19474 adding TODO for removing of obsoleted adodb drivers before branching
authorskodak <skodak>
Sat, 13 Jun 2009 09:11:54 +0000 (09:11 +0000)
committerskodak <skodak>
Sat, 13 Jun 2009 09:11:54 +0000 (09:11 +0000)
lib/dml/adodb_moodle_database.php
lib/dml/adodb_moodle_recordset.php
lib/dml/mssql_adodb_moodle_database.php
lib/dml/mssql_n_adodb_moodle_database.php
lib/dml/mysql_adodb_moodle_database.php
lib/dml/mysqli_adodb_moodle_database.php
lib/dml/oci8po_adodb_moodle_database.php
lib/dml/oci8po_adodb_moodle_recordset.php
lib/dml/odbc_mssql_adodb_moodle_database.php
lib/dml/postgres7_adodb_moodle_database.php

index a8bdbdbd2c7035a8c5b2f9c731e7fa45f8f1884e..43b6babb86948ae2608a166c8ce9ff5550fd7d8b 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * General adodb database driver.
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index f80b64d3ee660f843b0fc26b79ca64eaa9ad93b0..a3188e6fa8655e8592dad86616a4061a17fe9394 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * General adodb recordset.
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index 658cbe955e9ba732f9c9ef24623997eba2a79aef..4852c83fef68cc0cc12d87a0b5b8674ea141b33d 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * MSSQL database class using adodb backend
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index 287b09e100c7ecc5f104a571cf0360bdc8ff4346..b37cba369a9a923d151559c43eda59a220bb7786 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * MSSQL_N database class using adodb backend
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index 12becb3b15268a9fed4a175e77d1d11d4695a4bf..edbe5393751c3bb3ee7fc283d9b3481faddd0d6e 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * Legacy MySQL database class using adodb backend.
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index e7936e87a95639607f9abd8c9497bc972aa77bf0..3126a162ab7c8fa8337620ef2f24ee151ba76ea2 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * Legacy MySQL database class using adodb backend
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index 620bcdbbafd88ec1f962db834258de5916b71d08..7f668469e97207d454f36c5e4e3e0463a249ac9e 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * Oracle database class using adodb backend
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index 5b64e5e41946bc0d3a5b9ea17ed91812fb722550..b5fee63f9eeb6b8a20f8f38e5b6ea4c4de245047 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * Oracle moodle recordest with special hacks
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index f321d52aa7dac7ba775811363fbdd0c1a2be6482..972be93017df9a6f003251b62da2a7a598fa2a0c 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * Experimenta mssql odbc database class using adodb backend
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)
index 79bc945355b14016acb472fbef0ff990260ad5f7..73c03e5abc64f334964a7568660a5d6bd30de7d5 100644 (file)
@@ -19,6 +19,8 @@
 /**
  * Postgresql database class using adodb backend
  *
+ * TODO: delete before branching 2.0
+ *
  * @package    moodlecore
  * @subpackage DML
  * @copyright  2008 Petr Skoda (http://skodak.org)