Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4f647158d67fc5577a240ad743e9705f6c0a27d2 https://github.com/phpmyadmin/phpmyadmin/commit/4f647158d67fc5577a240ad743e9... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-03 (Tue, 10 October 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/CreateAddField.php M src/Database/Designer.php M src/Database/Routines.php M src/DatabaseInterface.php M src/Navigation/Nodes/Node.php M src/Query/Generator.php M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Database/DesignerTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Query/GeneratorTest.php M test/classes/Server/PrivilegesTest.php M test/classes/TableTest.php M test/classes/Theme/ThemeManagerTest.php M test/classes/Tracking/TrackerTest.php
Log Message: ----------- Replace escapeString with quoteString
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 60d819be1c5bea76d5b7e8ce9b0f0d74bdbe08e6 https://github.com/phpmyadmin/phpmyadmin/commit/60d819be1c5bea76d5b7e8ce9b0f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-10-04 (Wed, 10 October 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/CreateAddField.php M src/Database/Designer.php M src/Database/Routines.php M src/DatabaseInterface.php M src/Navigation/Nodes/Node.php M src/Query/Generator.php M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Table/SearchControllerTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Database/DesignerTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Navigation/Nodes/NodeTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportXmlTest.php M test/classes/Query/GeneratorTest.php M test/classes/Server/PrivilegesTest.php M test/classes/TableTest.php M test/classes/Theme/ThemeManagerTest.php M test/classes/Tracking/TrackerTest.php
Log Message: ----------- Merge pull request #18745 from MauricioFauth/escape-string-dbi
Replace escapeString with quoteString