
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 39b9899e03fe5b526dd3ee63219c8e65ee0f5a65 https://github.com/phpmyadmin/phpmyadmin/commit/39b9899e03fe5b526dd3ee63219c... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2025-05-06 (Tue, 05 May 2025) -03:00 Changed paths: M app/services_controllers.php M src/Controllers/Database/Structure/EmptyTableController.php M src/Controllers/Table/DeleteRowsController.php M src/Controllers/Table/SearchController.php M src/Sql.php M tests/unit/Controllers/Table/DeleteRowsControllerTest.php M tests/unit/Controllers/Table/SearchControllerTest.php Log Message: ----------- Replace Sql class construction with DI when possible Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: 5c939c0c46f35257fd1a1797a20674b7f2cdd9da https://github.com/phpmyadmin/phpmyadmin/commit/5c939c0c46f35257fd1a1797a206... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2025-05-09 (Fri, 05 May 2025) -03:00 Changed paths: M app/services_controllers.php M src/Controllers/Database/Structure/EmptyTableController.php M src/Controllers/Table/DeleteRowsController.php M src/Controllers/Table/SearchController.php M src/Sql.php M tests/unit/Controllers/Table/DeleteRowsControllerTest.php M tests/unit/Controllers/Table/SearchControllerTest.php Log Message: ----------- Merge pull request #19695 from MauricioFauth/sql-construct-di Replace Sql class construction with DI when possible