Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 357680474eeda00850d2a8e397b40b7d6b55420c https://github.com/phpmyadmin/phpmyadmin/commit/357680474eeda00850d2a8e397b4... Author: Kamil Tekiela tekiela246@gmail.com Date: 2023-04-04 (Tue, 04 April 2023) +01:00
Changed paths: M libraries/classes/ConfigStorage/Relation.php M test/classes/AbstractTestCase.php M test/classes/ConfigStorage/RelationTest.php M test/classes/Controllers/Console/Bookmark/AddControllerTest.php M test/classes/Controllers/Export/Template/CreateControllerTest.php M test/classes/Controllers/Export/Template/LoadControllerTest.php M test/classes/Controllers/Table/RecentFavoriteControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Display/ResultsTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Server/PrivilegesTest.php M test/classes/SqlQueryFormTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Tracking/TrackerTest.php M test/classes/Tracking/TrackingCheckerTest.php M test/classes/Tracking/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Memoize Relation
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: 5837fb699f22b43ff14e2de6c6310c528dc40ee1 https://github.com/phpmyadmin/phpmyadmin/commit/5837fb699f22b43ff14e2de6c631... Author: MaurĂcio Meneghini Fauth mauricio@fauth.dev Date: 2023-04-04 (Tue, 04 April 2023) -03:00
Changed paths: M libraries/classes/ConfigStorage/Relation.php M test/classes/AbstractTestCase.php M test/classes/ConfigStorage/RelationTest.php M test/classes/Controllers/Console/Bookmark/AddControllerTest.php M test/classes/Controllers/Export/Template/CreateControllerTest.php M test/classes/Controllers/Export/Template/LoadControllerTest.php M test/classes/Controllers/Table/RecentFavoriteControllerTest.php M test/classes/Controllers/Table/ReplaceControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php M test/classes/Database/CentralColumnsTest.php M test/classes/Database/Designer/CommonTest.php M test/classes/Display/ResultsTest.php M test/classes/Navigation/Nodes/NodeDatabaseChildTest.php M test/classes/Plugins/Export/ExportHtmlwordTest.php M test/classes/Plugins/Export/ExportLatexTest.php M test/classes/Plugins/Export/ExportOdtTest.php M test/classes/Plugins/Export/ExportSqlTest.php M test/classes/Plugins/Export/ExportTexytextTest.php M test/classes/Server/PrivilegesTest.php M test/classes/SqlQueryFormTest.php M test/classes/SystemDatabaseTest.php M test/classes/Table/ColumnsDefinitionTest.php M test/classes/Tracking/TrackerTest.php M test/classes/Tracking/TrackingCheckerTest.php M test/classes/Tracking/TrackingTest.php M test/classes/TransformationsTest.php M test/classes/UserPreferencesTest.php
Log Message: ----------- Merge pull request #18322 from kamil-tekiela/Memoize-Relation
Memoize Relation