diff options
| author | Damien Regad <dregad@mantisbt.org> | 2022-09-08 19:15:59 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-09-08 19:15:59 +0200 |
| commit | 19ad1135642f44d57b8d01914e4c47c9cc16b008 (patch) | |
| tree | 3641f7ac3289aa25df4ba6b9df25d06ef9602ccb /docs | |
| parent | b5469219512d271836cec86a2b68e0caa37ce895 (diff) | |
| download | adodb-19ad1135642f44d57b8d01914e4c47c9cc16b008.tar.gz adodb-19ad1135642f44d57b8d01914e4c47c9cc16b008.tar.bz2 adodb-19ad1135642f44d57b8d01914e4c47c9cc16b008.zip | |
Fix mysqli_result could not be converted to int
Partial revert of 721c31492ac77aa1bd9bdd01193cd6071087b49f.
This was an early attempt to fix #848; the actual fix was implemented in
the PostgreSQL driver, but the change to ADORecordSet::__destruct() was
not reverted.
Fixes #867
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index d8e0dedf..ee11fa0c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,12 @@ Older changelogs: ## [5.22.4] - Unreleased +### Fixed + +- mysqli: Fix mysqli_result could not be converted to int + [#867](https://github.com/ADOdb/ADOdb/issues/867) + + ## [5.22.3] - 2022-09-06 ### Fixed |
