diff options
| author | Damien Regad <dregad@mantisbt.org> | 2025-01-25 02:05:23 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2025-01-25 02:05:23 +0100 |
| commit | 439fd7a24c3fd7c45fc981e6c707300ee1a5a432 (patch) | |
| tree | cab7b19abb11b003727462980c7ab8d3a6355990 | |
| parent | 8d97170e8016b969505a29b8cd39f001294653a2 (diff) | |
| download | adodb-439fd7a24c3fd7c45fc981e6c707300ee1a5a432.tar.gz adodb-439fd7a24c3fd7c45fc981e6c707300ee1a5a432.tar.bz2 adodb-439fd7a24c3fd7c45fc981e6c707300ee1a5a432.zip | |
Update Changelog
| -rw-r--r-- | docs/changelog.md | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index ef749fce..c99e0481 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -20,19 +20,37 @@ Older changelogs: - mysql: allow forcing use of emulated prepared statements [#1028](https://github.com/ADOdb/ADOdb/issues/1028) +- Georgian language strings + [#1042](https://github.com/ADOdb/ADOdb/issues/1042) + +### Changed + +- mysqli: Improve setConnectionParameter() + [#1044](https://github.com/ADOdb/ADOdb/issues/1044) ### Fixed - Backtrace output is not channeled through ADODB_OUTP [#1018](https://github.com/ADOdb/ADOdb/issues/1018) +- changeColumnSQL not handling new vs changed columns correctly #1010 + [#1010](https://github.com/ADOdb/ADOdb/issues/1010) - PHP 8 compatibility + [#1009](https://github.com/ADOdb/ADOdb/issues/1009) + [#1012](https://github.com/ADOdb/ADOdb/issues/1012) [#1021](https://github.com/ADOdb/ADOdb/issues/1021) -- Fix getAssoc() with ADODB_FETCH_DEFAULT mode - [#1023](https://github.com/ADOdb/ADOdb/issues/1023) -- mysql: catch getAssoc() execution error in metaColumns() + [#1045](https://github.com/ADOdb/ADOdb/issues/1045) +- db2: fix connections using *LOCAL on IBM i series + [#1031](https://github.com/ADOdb/ADOdb/issues/1031) + [#1032](https://github.com/ADOdb/ADOdb/issues/1032) +- mysqli: catch getAssoc() execution error in metaColumns() [#1016](https://github.com/ADOdb/ADOdb/issues/1016) -- ldap: PHP 8.2 error when $LDAP_CONNECT_OPTIONS not set - [#1009](https://github.com/ADOdb/ADOdb/issues/1009) +- mysqli: fix getAssoc() with ADODB_FETCH_DEFAULT mode + [#1023](https://github.com/ADOdb/ADOdb/issues/1023) +- mysqli: SSL not working due to wrong socket/flags + [#919](https://github.com/ADOdb/ADOdb/issues/919) + [#1043](https://github.com/ADOdb/ADOdb/issues/1043) +- pgsql: fix serverInfo() version number + [#1059](https://github.com/ADOdb/ADOdb/issues/1059) ## [5.22.7] - 2023-11-04 |
