diff options
| author | Damien Regad <dregad@mantisbt.org> | 2021-10-31 18:00:36 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2021-10-31 18:00:36 +0100 |
| commit | 9613c9130f74911384c06e2c6cf1c461515a12c1 (patch) | |
| tree | 54f644c66afc815f80f150c236b631355c9ff744 | |
| parent | 213ffe5463d47e5a1b9034a3caae157eeadc8526 (diff) | |
| download | adodb-9613c9130f74911384c06e2c6cf1c461515a12c1.tar.gz adodb-9613c9130f74911384c06e2c6cf1c461515a12c1.tar.bz2 adodb-9613c9130f74911384c06e2c6cf1c461515a12c1.zip | |
Update Changelog
| -rw-r--r-- | docs/changelog.md | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 61c8b814..da2c810e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,7 +14,7 @@ Older changelogs: -------------------------------------------------------------------------------- -## [Unreleased] +## [5.22.0] - Unreleased ### Added @@ -22,20 +22,32 @@ Older changelogs: [#602](https://github.com/ADOdb/ADOdb/issues/602) [#626](https://github.com/ADOdb/ADOdb/issues/626) [#649](https://github.com/ADOdb/ADOdb/issues/649) -- sqlite3 performance monitor stub - [#661](https://github.com/ADOdb/ADOdb/issues/661) - Use of weighted server groups with Memcached [#676](https://github.com/ADOdb/ADOdb/issues/676) +- mssql: implement offsetDate() method + [#698](https://github.com/ADOdb/ADOdb/issues/698) +- sqlite3 performance monitor stub + [#661](https://github.com/ADOdb/ADOdb/issues/661) +- sqlite: support blob handling + [#702](https://github.com/ADOdb/ADOdb/issues/702) ### Changed +- firebird: complete overhaul to support latest PHP drivers + [#710](https://github.com/ADOdb/ADOdb/issues/710) +- mssql: Refactor _fetchField() method + [#725](https://github.com/ADOdb/ADOdb/issues/725) - mysql: Support bound variable statements [#655](https://github.com/ADOdb/ADOdb/issues/655) +- xml: add field comments + [#732](https://github.com/ADOdb/ADOdb/issues/732) ### Removed - Transpose() function and assorted sub-functions [#586](https://github.com/ADOdb/ADOdb/issues/586) +- "proxy" server and client scripts + [#680](https://github.com/ADOdb/ADOdb/issues/680) ### Fixed @@ -43,11 +55,21 @@ Older changelogs: [#656](https://github.com/ADOdb/ADOdb/issues/656) - mysql: Update socket and client flags for ssl [#622](https://github.com/ADOdb/ADOdb/issues/622) +- mysql: Handle tables that are reserved words +- [#759](https://github.com/ADOdb/ADOdb/issues/759) - pgsql: prevent AddColumnSQL() from updating existing values when default is changed [#635](https://github.com/ADOdb/ADOdb/issues/635) +- pdo: ensure bound statements are correctly formatted + [#695](https://github.com/ADOdb/ADOdb/issues/695) +- perf: fix invalid SQL + [#753](https://github.com/ADOdb/ADOdb/issues/753) +- sqlite: driver returns incorrect time when using $sysTimeStamp + [#697](https://github.com/ADOdb/ADOdb/issues/697) +- sqlite: undeclared connection property + [#713](https://github.com/ADOdb/ADOdb/issues/713) -## [5.21.3] - Unreleased +## [5.21.3] - 2021-10-31 ### Fixed @@ -91,6 +113,8 @@ Older changelogs: [#715](https://github.com/ADOdb/ADOdb/issues/715) - Incorrect handling of $ADODB_QUOTE_FIELDNAMES = true [#721](https://github.com/ADOdb/ADOdb/issues/721) +- array to string conversion in adodb_debug_execute() + [#737](https://github.com/ADOdb/ADOdb/issues/737) - db2: fix columns always returned in lowercase [#719](https://github.com/ADOdb/ADOdb/issues/719) - PDO: Bind parameters fail if sent in associative array @@ -1162,7 +1186,7 @@ Released together with [v4.95](changelog_v4.x.md#495---17-may-2007) - Adodb5 version,more error checking code now will use exceptions if available. -[Unreleased]: https://github.com/adodb/adodb/compare/v5.21.3...master +[5.22.0]: https://github.com/adodb/adodb/compare/v5.21.3...master [5.21.3]: https://github.com/adodb/adodb/compare/v5.21.2...v5.21.3 [5.21.2]: https://github.com/adodb/adodb/compare/v5.21.1...v5.21.2 |
