Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 10b937511db681ea01e3173d5fdfd588ce742468 https://github.com/phpmyadmin/phpmyadmin/commit/10b937511db681ea01e3173d5fdf... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-05-24 (Tue, 05 May 2022) -03:00
Changed paths: A libraries/classes/StatementInfo.php A test/classes/ParseAnalyzeTest.php A test/classes/StatementInfoTest.php A test/stubs/Query.stub M libraries/classes/Controllers/Database/QueryByExampleController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/Sql/SqlController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/Structure/BrowseController.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Display/Results.php M libraries/classes/ParseAnalyze.php M libraries/classes/Sql.php M phpstan-baseline.neon M phpstan.neon.dist M psalm-baseline.xml M psalm.xml M test/classes/Display/ResultsTest.php M test/classes/SqlTest.php
Log Message: ----------- Replace `$analyzedSqlResults` array with `StatementInfo` object
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1456e8bbf5651c34acbb91e6b54b8d9e6f4e30b9 https://github.com/phpmyadmin/phpmyadmin/commit/1456e8bbf5651c34acbb91e6b54b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-05-24 (Tue, 05 May 2022) -03:00
Changed paths: A libraries/classes/StatementInfo.php A test/classes/ParseAnalyzeTest.php A test/classes/StatementInfoTest.php A test/stubs/Query.stub M libraries/classes/Controllers/Database/QueryByExampleController.php M libraries/classes/Controllers/Import/ImportController.php M libraries/classes/Controllers/Sql/SqlController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/Structure/BrowseController.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Display/Results.php M libraries/classes/ParseAnalyze.php M libraries/classes/Sql.php M phpstan-baseline.neon M phpstan.neon.dist M psalm-baseline.xml M psalm.xml M test/classes/Display/ResultsTest.php M test/classes/SqlTest.php
Log Message: ----------- Merge pull request #17550 from MauricioFauth/statement-info-vo
Replace `$analyzedSqlResults` array with `StatementInfo` object