849bbccf |
1 | Description of ADODB v4.92a library import into Moodle |
efc7316c |
2 | |
3 | Removed: |
30fce500 |
4 | * contrib/ |
5 | * cute_icons_for_site/ |
6 | * docs/ |
7 | * pear/ |
8 | * tests/ |
9 | * server.php |
efc7316c |
10 | |
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 ;-) |
15 | |
c3768dfc |
16 | Our changes: |
17 | * adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql() |
13e9de1c |
18 | * drivers-adodb-postgres7.inc.php - removed (commented) one buggy ServerInfo() call that |
19 | was preventing PG version detection to work. http://tracker.moodle.org/browse/MDL-6647 |
20 | Once solved by adodb guys, we'll undo this (affects to version v4.92a of ADOdb) |
cd2acc4a |
21 | * drivers/adodb-odbc_mssql.inc.php - added one missing function (MetaIndexes) that is |
22 | required in order to support the driver properly. Work in progress for the annoying |
23 | http://tracker.moodle.org/browse/MDL-6877. |
24 | Once implemented by adodb guys, we'll return to their official distro. |
a08a6988 |
25 | * drivers/adodb-odbc_mssql.inc.php - Fixed one buggy function (ServerInfo) that was not |
26 | working properly. Simplified logic (now that we are FETCH_ASSOC). Work in progress |
27 | for the annoying http://tracker.moodle.org/browse/MDL-6877. |
28 | Once fixed by adodb guys, we'll return to their official distro. |
cd2acc4a |
29 | |
c3768dfc |
30 | |
efc7316c |
31 | skodak |
13e9de1c |
32 | 30 August 2006 |