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
This commit is contained in:
stronk7
2006-10-09 22:26:21 +00:00
parent a3f3ff1b69
commit cd2acc4aa1
+5
View 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