summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-01-07 10:25:00 +0100
committerDamien Regad <dregad@mantisbt.org>2016-01-22 11:32:30 +0100
commitdde9ff06a6840985d70913d315266a33fc9c7943 (patch)
tree3dfc82c91775a483dd5c1f30f8efc484afa42831 /docs/changelog.md
parent39e0c1dd2fe0476595a1ca2254bd255eb8476b47 (diff)
downloadadodb-dde9ff06a6840985d70913d315266a33fc9c7943.tar.gz
adodb-dde9ff06a6840985d70913d315266a33fc9c7943.tar.bz2
adodb-dde9ff06a6840985d70913d315266a33fc9c7943.zip
Update changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 50c7892c..1cc2df6a 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -10,11 +10,15 @@ Older changelogs:
- adodb: Remove useless constructors. #171
- adodb: Define default constructor in ADOConnection base class. #172
+- adodb: Reimplement base methods charMax() and textMax(). #183
- adodb: fix potential SQL injection vector in SelectLimit(). #190
- mssqlnative: Query not returning id. #185
- mssqlnative: support SQL Server 2014 databases. #186
+- mysql: setConnectionParameter() now allows multiple parameters with the same key value. #187
+- mysqli: Deprecate $optionFlags property in favor of standard setConnectionParameter() method. #188
- mysqli: Insert_ID() did not return correct value after executing stored procedure. #166
-- mysqli: mysqli: method failed if $associative set true. #181
+- mysqli: method failed if $associative set true. #181
+- mysqli: return fields as ADOFieldObject objects. #175
- sqlite: _createSuffix is now compatible with parent. #178
- sqlite: metaIndexes could not locate indexes on uppercase table name. #176
- sqlite: driver did not support metaForeignKeys. #179