Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 987cb5043dba8d385a4890bb171a5bf58bcd10ed https://github.com/phpmyadmin/phpmyadmin/commit/987cb5043dba8d385a4890bb171a... Author: Ankush Patil aspraz2658@gmail.com Date: 2022-07-19 (Tue, 07 July 2022) -03:00
Changed paths: M ChangeLog M libraries/classes/Controllers/Table/FindReplaceController.php M psalm-baseline.xml M test/classes/Controllers/Table/FindReplaceControllerTest.php
Log Message: ----------- fixed find replace regex issue if no matching result set found
When find and replace searching used with regex, at the time of replace empty CASE END condition was causing issue.
Fixes #17388 Closes #17641
Signed-off-by: Ankush Patil aspraz2658@gmail.com Signed-off-by: MaurĂcio Meneghini Fauth mauricio@fauth.dev