summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2016-12-17 15:27:57 +0100
committerDamien Regad <dregad@mantisbt.org>2016-12-17 15:27:57 +0100
commite699a312d66bea34e394fd12c54ba458d948fd6c (patch)
tree0683e3f1d2305c23de751115fd6f896d850aa8a0 /docs/changelog.md
parentea9d6117a7014f230322f3ab112abf2dff559a34 (diff)
parent94cb21375d139e16ab8f411db3884caef424198d (diff)
downloadadodb-e699a312d66bea34e394fd12c54ba458d948fd6c.tar.gz
adodb-e699a312d66bea34e394fd12c54ba458d948fd6c.tar.bz2
adodb-e699a312d66bea34e394fd12c54ba458d948fd6c.zip
Merge branch 'hotfix/5.20.8'
Conflicts: drivers/adodb-mssqlnative.inc.php
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index eeb0b91e..daf99750 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -49,6 +49,17 @@ Older changelogs:
- session: add 'httponly' flag to cookie. #190
- xml: support table 'opt' attribute with mysqli. #267
+## 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