[phpmyadmin/phpmyadmin] 727c28: Show correct result size with parser error
Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 727c28c59ecff2954f227ffb48f2c5809009cb96 https://github.com/phpmyadmin/phpmyadmin/commit/727c28c59ecff2954f227ffb48f2... Author: Maximilian Krög <maxi_kroeg@web.de> Date: 2025-11-24 (Mon, 11 November 2025) +01:00 Changed paths: M libraries/classes/Display/Results.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Show correct result size with parser error If there is a parser erorr, then no default LIMIT is applied to the query. But the displayed result size and navigation was still as if it were with a limit. Signed-off-by: Maximilian Krög <maxi_kroeg@web.de> Commit: 8e4c5c97c131aed81c7c7e0bdefb286e1c504aae https://github.com/phpmyadmin/phpmyadmin/commit/8e4c5c97c131aed81c7c7e0bdefb... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2025-11-24 (Mon, 11 November 2025) -03:00 Changed paths: M libraries/classes/Display/Results.php M phpstan-baseline.neon M psalm-baseline.xml Log Message: ----------- Merge pull request #19958 from MoonE/unlimited-rows-with-parser-error Show correct result size with parser error
participants (1)
-
Maximilian Krög