[phpmyadmin/phpmyadmin] 918b1f: Change return type of Sql::executeQueryAndSendQueryResponse

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 918b1f38c6654b63b65c46c2fd5e3e2b658aa0ee https://github.com/phpmyadmin/phpmyadmin/commit/918b1f38c6654b63b65c46c2fd5e... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2020-07-12 (Sun, 07 July 2020) -03:00 Changed paths: M libraries/classes/Controllers/Database/MultiTableQueryController.php 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/Database/MultiTableQuery.php M libraries/classes/Sql.php Log Message: ----------- Change return type of Sql::executeQueryAndSendQueryResponse Remove Response::addHTML call. Related to https://github.com/phpmyadmin/phpmyadmin/issues/16258. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
participants (1)
-
Maurício Meneghini Fauth