1 Description of ADODB v4.95a library import into Moodle
12 * index.html - prevent directory browsing on misconfigured servers
13 * tests/tmssql.php - detection of attack attempts and overwrite on incorrectly upgraded sites
14 * readme_moodle.txt - this file ;-)
17 * adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql()
18 * drivers/adodb-mssql_n.inc.php - Fixed one bug in the N' parser when one value start by '
19 Once fixed by adodb guys, we'll return to their official distro.
20 * drivers/adodb-odbc_mssql.inc.php - Fixed one buggy function (ServerInfo) that was not
21 working properly. Simplified logic (now that we are FETCH_ASSOC). Work in progress
22 for the annoying http://tracker.moodle.org/browse/MDL-6877.
23 Once fixed by adodb guys, we'll return to their official distro.