]> git.mjollnir.org Git - moodle.git/commitdiff
Added MetaIndexes() support to the odbc_mssql driver. We need it NOW!
authorstronk7 <stronk7>
Mon, 9 Oct 2006 22:26:21 +0000 (22:26 +0000)
committerstronk7 <stronk7>
Mon, 9 Oct 2006 22:26:21 +0000 (22:26 +0000)
I've posted one comment about this in ADOdb forums:

http://phplens.com/lens/lensforum/msgs.php?id=15930

lib/adodb/readme_moodle.txt

index e304b799d69087b487e8ed70b7fe4a1c1db33ed0..5d538de771dce3a8609d2618248c4fb80de3c7cf 100644 (file)
@@ -18,6 +18,11 @@ Our changes:
  * drivers-adodb-postgres7.inc.php - removed (commented) one buggy ServerInfo() call that
        was preventing PG version detection to work. http://tracker.moodle.org/browse/MDL-6647
        Once solved by adodb guys, we'll undo this (affects to version v4.92a of ADOdb)
+ * drivers/adodb-odbc_mssql.inc.php - added one missing function (MetaIndexes) that is
+       required in order to support the driver properly. Work in progress for the annoying
+       http://tracker.moodle.org/browse/MDL-6877.
+       Once implemented by adodb guys, we'll return to their official distro.
+
  
 skodak
 30 August 2006