There was an error fetching the commit references. Please try again later.
Fix for PostgreSQL bytea write bug.
- This enables PDO to properly escape data sent to the bytea search_object field. - Includes test scenario to prevent regressions.
Showing
- module/VuFind/src/VuFind/Db/Table/Gateway.php 3 additions, 1 deletionmodule/VuFind/src/VuFind/Db/Table/Gateway.php
- module/VuFind/src/VuFind/Db/Table/Search.php 49 additions, 0 deletionsmodule/VuFind/src/VuFind/Db/Table/Search.php
- module/VuFind/tests/integration-tests/src/VuFindTest/Mink/SearchActionsTest.php 28 additions, 14 deletions...tegration-tests/src/VuFindTest/Mink/SearchActionsTest.php
Please register or sign in to comment