summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorMark Newnham <mark@newnhams.com>2022-02-22 13:55:57 -0700
committerDamien Regad <dregad@mantisbt.org>2022-03-20 11:27:30 +0100
commit3249f51c77a0b75430fe26e2edc72e7cdc71695c (patch)
treee99ea081cb9aa6e6b9e1be208e2ed31ddc6672ec /docs/changelog.md
parent23a4b881962e1823d5e02b51c3cadb585781fab4 (diff)
downloadadodb-3249f51c77a0b75430fe26e2edc72e7cdc71695c.tar.gz
adodb-3249f51c77a0b75430fe26e2edc72e7cdc71695c.tar.bz2
adodb-3249f51c77a0b75430fe26e2edc72e7cdc71695c.zip
mysqli: restore bulkbind functionality
Introduction of true binding in v5.22.0 broke bulk binding. This restores the bulkbind feature to the mysqli driver and adds a performance feature where the typestring can be pre-defined. Fixes #806
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 8c5242d8..05b08ec1 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -23,8 +23,10 @@ Older changelogs:
### Fixed
-- Fix regression on mysqli::setConnectionParameter()
+- mysqli: regression on setConnectionParameter()
[#803](https://github.com/ADOdb/ADOdb/issues/803)
+- mysqli: regression on bulk binding
+ [#806](https://github.com/ADOdb/ADOdb/issues/806)
- Firebird: undefined offset PHP notice in _fetchField()
[#808](https://github.com/ADOdb/ADOdb/issues/808)
- Firebird: PHP deprecation warning in _blobDecode()