summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-12-17 15:18:03 +0100
committerDamien Regad <dregad@mantisbt.org>2016-12-17 15:18:03 +0100
commit9bd0b1e4a4c9fe305e9f420f3ce135811e5726b6 (patch)
tree9b60de2fb684a6a9ff633bb8ea2bbdb4aff212d1 /docs/changelog.md
parent6a052183430db0a9f74c716d4caeef175c82ea36 (diff)
downloadadodb-9bd0b1e4a4c9fe305e9f420f3ce135811e5726b6.tar.gz
adodb-9bd0b1e4a4c9fe305e9f420f3ce135811e5726b6.tar.bz2
adodb-9bd0b1e4a4c9fe305e9f420f3ce135811e5726b6.zip
Update changelog
Includes fixes to 5.20.2 and 5.20.4 that were modified after release, so that the changelog is aligned with the master branch.
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 1d106160..64063226 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,6 +5,17 @@ Older changelogs:
[v3.x](changelog_v3.x.md),
[v2.x](changelog_v2.x.md).
+## 5.20.8 - 17-Dec-2016
+
+- mssql: support MSSQL Server 2016 and later #294
+- mssql: fix Find() returning no results. #298
+- mssql: fix Sequence name forced to 'adodbseq'. #295, #300
+- mssql: fix GenId() not returning next sequence value with SQL Server 2005/2008. #302
+- mssql: fix drop/alter column with existing default constraint. #290
+- mssql: fix PHP notice in MetaColumns(). #289
+- oci8po: fix inconsistent variable binding in SelectLimit() #288
+- oci8po: fix SelectLimit() with prepared statements #282
+
## 5.20.7 - 20-Sep-2016
- security: Fix SQL injection in PDO drivers qstr() method (CVE-2016-7405). #226
@@ -28,7 +39,7 @@ Older changelogs:
- xml: Fix PHP strict warning. #260
- xml: remove calls to 'unset($this)' (PHP 7.1 compatibility). #257
-## 5.20.4 - 30-Mar-2016
+## 5.20.4 - 31-Mar-2016
- adodb: Fix BulkBind() param count validation. #199
- mysqli: fix PHP warning in recordset destructor. #217
@@ -41,6 +52,7 @@ Older changelogs:
## 5.20.2 - 27-Dec-2015
- adodb: Remove a couple leftover PHP 4.x constructors (PHP7 compatibility). #139
+- db2ora: Remove deprecated preg_replace '/e' flag (PHP7 compatibility). #168
- mysql: MoveNext() now respects ADODB_ASSOC_CASE. #167
- mssql, mysql, informix: Avoid PHP warning when closing recordset from destructor. #170