Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 992af332a0b8efad97c9885f3fcd013f1e8f93a4 https://github.com/phpmyadmin/phpmyadmin/commit/992af332a0b8efad97c9885f3fcd... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-09-05 (Sat, 09 September 2020) -03:00
Changed paths: M libraries/classes/Sql.php M test/classes/SqlTest.php
Log Message: ----------- Extract Sql::parseAndAnalyze method to SqlTest class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c57dda7315591567d2b731525980634c5c6061ca https://github.com/phpmyadmin/phpmyadmin/commit/c57dda7315591567d2b731525980... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-09-05 (Sat, 09 September 2020) -03:00
Changed paths: M libraries/classes/Controllers/Database/QueryByExampleController.php M libraries/classes/Controllers/Database/StructureController.php M libraries/classes/Controllers/SqlController.php M libraries/classes/Controllers/Table/DeleteController.php M libraries/classes/Controllers/Table/SearchController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/Database/MultiTableQuery.php M libraries/classes/Sql.php M libraries/services.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/SqlTest.php
Log Message: ----------- Use DI for Sql class constructor
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev