diff options
| author | Damien Regad <dregad@mantisbt.org> | 2022-01-08 11:50:18 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2022-01-08 11:50:18 +0100 |
| commit | 751e4c5dcb09a398d0d883166d176ed144763b8b (patch) | |
| tree | 847d9325b56fe658ee65d41d4262da21a9049891 /docs/changelog.md | |
| parent | 1d4ee53e48a6749e5b2de9e229125cb417b1ef36 (diff) | |
| download | adodb-751e4c5dcb09a398d0d883166d176ed144763b8b.tar.gz adodb-751e4c5dcb09a398d0d883166d176ed144763b8b.tar.bz2 adodb-751e4c5dcb09a398d0d883166d176ed144763b8b.zip | |
Update Changelog
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 8353c082..7eff7a56 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -39,8 +39,12 @@ Older changelogs: [#725](https://github.com/ADOdb/ADOdb/issues/725) - mysql: Support bound variable statements [#655](https://github.com/ADOdb/ADOdb/issues/655) +- pgsql: missing standard datatypes + [#782](https://github.com/ADOdb/ADOdb/issues/782) - xml: add field comments [#732](https://github.com/ADOdb/ADOdb/issues/732) +- Code cleanup: PHPDoc, code style, whitespace, PHPStan errors, etc. + [#774](https://github.com/ADOdb/ADOdb/issues/774) ### Deprecated @@ -58,6 +62,14 @@ Older changelogs: - metaIndexes does not return primary key correctly [#656](https://github.com/ADOdb/ADOdb/issues/656) +- Methods return E_DEPRECATED with PHP8.1 + [#771](https://github.com/ADOdb/ADOdb/issues/771) +- Uniformize ADOrecordSet::__construct() parameters + [#772](https://github.com/ADOdb/ADOdb/issues/772) +- Prevent PHP warning when throwing exception with P1 or P2 parameter as array + [#783](https://github.com/ADOdb/ADOdb/issues/783) +- $dsnType property not defined before use + [#789](https://github.com/ADOdb/ADOdb/issues/789) - mysql: Update socket and client flags for ssl [#622](https://github.com/ADOdb/ADOdb/issues/622) - mysql: Handle tables that are reserved words @@ -78,8 +90,12 @@ Older changelogs: [#697](https://github.com/ADOdb/ADOdb/issues/697) - sqlite: undeclared connection property [#713](https://github.com/ADOdb/ADOdb/issues/713) +- xml: Undefined array key error + [#775](https://github.com/ADOdb/ADOdb/issues/775) +- memcache: library does not initialize correctly + [#788](https://github.com/ADOdb/ADOdb/issues/788) + - ## [5.21.3] - 2021-10-31 ### Fixed |
