From ee4e2e4ac3990e0048ba0e8a765516fec3026a46 Mon Sep 17 00:00:00 2001 From: michalsn Date: Mon, 23 Dec 2024 09:48:30 +0100 Subject: [PATCH] add changelog --- user_guide_src/source/changelogs/v4.5.6.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_guide_src/source/changelogs/v4.5.6.rst b/user_guide_src/source/changelogs/v4.5.6.rst index 569c5a542ecd..bf751a686135 100644 --- a/user_guide_src/source/changelogs/v4.5.6.rst +++ b/user_guide_src/source/changelogs/v4.5.6.rst @@ -41,7 +41,8 @@ Bugs Fixed - **Validation:** Fixed a bug where complex language strings were not properly handled. - **CURLRequest:** Added support for handling proxy responses using HTTP versions other than 1.1. - **Database:** Fixed a bug that caused ``Postgre\Connection::reconnect()`` method to throw an error when the connection had not yet been established. -- **Model** Fixed a bug that caused the ``Model::getIdValue()`` method to not correctly recognize the primary key in the ``Entity`` object if a data mapping for the primary key was used. +- **Model:** Fixed a bug that caused the ``Model::getIdValue()`` method to not correctly recognize the primary key in the ``Entity`` object if a data mapping for the primary key was used. +- **Database:** Fixed a bug in prepared statement to correctly handle binary data. See the repo's `CHANGELOG.md `_