Branch: refs/heads/QA_5_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: dd83e9c50f5a1ef77c892e783a9095e89832d222 https://github.com/phpmyadmin/phpmyadmin/commit/dd83e9c50f5a1ef77c892e783a90... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-11-05 (Tue, 11 November 2024) -03:00
Changed paths: M test/classes/AbstractTestCase.php
Log Message: ----------- Backport DatabaseInterface factory for tests
- aa829af98c0eeec32037d5ddf9acc34b7337bd04 - a9de97939719889579cf41e3f6d3328d178b9b95
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: f6ce16929006fb4e7b628252e80f5a6b565528d7 https://github.com/phpmyadmin/phpmyadmin/commit/f6ce16929006fb4e7b628252e80f... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-11-05 (Tue, 11 November 2024) -03:00
Changed paths: A test/classes/Controllers/Server/PrivilegesControllerTest.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Server/Privileges.php
Log Message: ----------- Fix issue when updating privs for various databases
The sql_query global variable should be a string, and it can be a string in this case, which will cause an error as the string will not be converted to array.
Signed-off-by: Maurício Meneghini Fauth mauricio@mfauth.net
Commit: 6bbd700f8c9ab3a2c75cc5c34b11f6dc7ba94ee6 https://github.com/phpmyadmin/phpmyadmin/commit/6bbd700f8c9ab3a2c75cc5c34b11... Author: Maurício Meneghini Fauth mauricio@mfauth.net Date: 2024-11-06 (Wed, 11 November 2024) -03:00
Changed paths: A test/classes/Controllers/Server/PrivilegesControllerTest.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Server/Privileges.php M test/classes/AbstractTestCase.php
Log Message: ----------- Merge pull request #19362 from MauricioFauth/sql_query-array-issue
Fix issue when updating privileges for various databases