From: stronk7 Date: Mon, 9 Oct 2006 22:26:21 +0000 (+0000) Subject: Added MetaIndexes() support to the odbc_mssql driver. We need it NOW! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cd2acc4aa19942fb137b1a92bccb6edf93f56897;p=moodle.git Added MetaIndexes() support to the odbc_mssql driver. We need it NOW! I've posted one comment about this in ADOdb forums: http://phplens.com/lens/lensforum/msgs.php?id=15930 --- diff --git a/lib/adodb/readme_moodle.txt b/lib/adodb/readme_moodle.txt index e304b799d6..5d538de771 100644 --- a/lib/adodb/readme_moodle.txt +++ b/lib/adodb/readme_moodle.txt @@ -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