]> git.mjollnir.org Git - moodle.git/commitdiff
Adding some comments about latest local changes. MDL-10788
authorstronk7 <stronk7>
Fri, 10 Aug 2007 00:48:00 +0000 (00:48 +0000)
committerstronk7 <stronk7>
Fri, 10 Aug 2007 00:48:00 +0000 (00:48 +0000)
Merged from MOODLE_18_STABLE

lib/adodb/readme_moodle.txt

index 6c6267ebf537b91b0cd5ff97585fd8baeda785bb..b73dd799a664f4f869b4a51f420e4b2142d3d729 100644 (file)
@@ -15,6 +15,8 @@ Added:
 
 Our changes:
  * adodb-lib.inc.php - forced conversion to proper numeric type in _adodb_column_sql()
+ * drivers/adodb-mssql_n.inc.php - Fixed one bug in the N' parser when one value start by '
+        Once fixed by adodb guys, we'll return to their official distro.
  * drivers/adodb-odbc_mssql.inc.php - Fixed one buggy function (ServerInfo) that was not
        working properly. Simplified logic (now that we are FETCH_ASSOC). Work in progress
        for the annoying http://tracker.moodle.org/browse/MDL-6877.