summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-03-25 00:59:44 +0100
committerDamien Regad <dregad@mantisbt.org>2016-03-25 00:59:44 +0100
commit40998f213df921b40a04345946ce2a6770520ea3 (patch)
treeb60ae45b5fcafc1c7fb0282374860e9a88748ce7 /docs/changelog.md
parent13baa6bb743bc076b7d224bd6fb3aef569741408 (diff)
downloadadodb-40998f213df921b40a04345946ce2a6770520ea3.tar.gz
adodb-40998f213df921b40a04345946ce2a6770520ea3.tar.bz2
adodb-40998f213df921b40a04345946ce2a6770520ea3.zip
Update changelog
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index b3c9b904..b9dc09bd 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -15,9 +15,11 @@ Older changelogs:
- adodb: addColumnSQL datadict function now supports ENUM data types. See #26
- adodb: introduce user-defined default Metatype. #165
- adodb: AutoExecute validates empty fields array. #154
-- adodb: fix getAssoc() with fetch mode = ADODB_FETCH_BOTH. #189, #198
+- adodb: fix getAssoc(). #189, #198, #204
- adodb: Improve array identification in ADOrecordset::getAssoc(). #101
- adodb: MetaColumns() consistently returns Actual Type by default in all drivers. #184, #133
+- adodb: Fix BulkBind() param count validation. #199
+- adodb: Add new value defaulting mode for getInsertSQL(). #214
- firebird: updated driver, thanks to Lester Caine. #201
- mssqlnative: Query not returning id. #185
- mssqlnative: support SQL Server 2014 databases. #186