MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
[moodle-pu.git] / lib / adodb / readme_moodle.txt
blobb73dd799a664f4f869b4a51f420e4b2142d3d729
1 Description of ADODB v4.95a library import into Moodle
3 Removed:
4  * contrib/
5  * cute_icons_for_site/
6  * docs/
7  * pear/
8  * tests/
9  * server.php
11 Added:
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 ;-)
16 Our changes:
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.
25 skodak
27 $Id$