Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 987cb5043dba8d385a4890bb171a5bf58bcd10ed
https://github.com/phpmyadmin/phpmyadmin/commit/987cb5043dba8d385a4890bb171…
Author: Ankush Patil <aspraz2658(a)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(a)gmail.com>
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: cba9b38a2865b1a351a46b4117a4cff106abb2ac
https://github.com/phpmyadmin/phpmyadmin/commit/cba9b38a2865b1a351a46b4117a…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
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:
-----------
Merge branch 'QA_5_2'
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 987cb5043dba8d385a4890bb171a5bf58bcd10ed
https://github.com/phpmyadmin/phpmyadmin/commit/987cb5043dba8d385a4890bb171…
Author: Ankush Patil <aspraz2658(a)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(a)gmail.com>
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>