summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2020-04-01 00:09:36 +0200
committerDamien Regad <dregad@mantisbt.org>2020-04-01 00:09:36 +0200
commit59af4437f57d316e5f101fc7ee6b4e02dc06e002 (patch)
treec536cbad32c2fe4cf1315591e1d4ff806b962080
parentf9f395672e8b03657cc3c67ef2a122eb2fd81abc (diff)
parentca186504639a59cc48d6506cf090e66e6ed4b513 (diff)
downloadadodb-59af4437f57d316e5f101fc7ee6b4e02dc06e002.tar.gz
adodb-59af4437f57d316e5f101fc7ee6b4e02dc06e002.tar.bz2
adodb-59af4437f57d316e5f101fc7ee6b4e02dc06e002.zip
Merge branch 'hotfix/5.20' (5.20.17)
# Conflicts: # docs/changelog.md # drivers/adodb-mssqlnative.inc.php
-rw-r--r--docs/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index d2098b5c..9437979a 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -102,6 +102,8 @@ Older changelogs:
## 5.20.17 - Unreleased
- core: fix PHP notice in ADOdb_Exception constructor when using transactions. #601
+- mssql: fix PHP notice due to uninitialized array with PHP 7.4. #608
+- active record: Fix UpdateActiveTable failing with mixed case column names. #610
## 5.20.16 - 12-Jan-2020