mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
Description of ADODB V5.04a library import into Moodle
|
|
|
|
Removed:
|
|
* contrib/
|
|
* cute_icons_for_site/
|
|
* docs/
|
|
* pear/
|
|
* session/
|
|
* tests/
|
|
* server.php
|
|
|
|
Added:
|
|
* index.html - prevent directory browsing on misconfigured servers
|
|
* readme_moodle.txt - this file ;-)
|
|
|
|
Our changes:
|
|
* adodb-lib.inc.php - added support for "F" and "L" types in _adodb_column_sql()
|
|
* adodb-lib.inc.php - modify some debug output to be correct XHTML. MDL-12378.
|
|
Reported to ADOdb at: http://phplens.com/lens/lensforum/msgs.php?id=17133
|
|
Once fixed by adodb guys, we'll return to their official distro.
|
|
* drivers/adodb-mysqli.inc.php - fixed problem with driver not detecting enums
|
|
in the MetaColumns() function. MDL-14215.
|
|
Reported to ADOdb at: http://phplens.com/lens/lensforum/msgs.php?id=17383
|
|
Once fixed by adodb guys, we'll return to their official distro.
|
|
* drivers/adodb-mssql.ic.php - fixed problem with insert statements using placeholders
|
|
not able to return the Insert_ID() at all. MDL-14886.
|
|
Reported to ADOdb at: http://phplens.com/lens/lensforum/msgs.php?id=17068
|
|
Once fixed by adodb guys, we'll return to their official distro.
|
|
|
|
skodak, iarenaza, moodler, stronk7
|
|
|
|
$Id$
|