Project

General

Profile

Actions

Task #60857

closed

Change fetch of maximum version from subselect to join

Added by Andreas Kienast almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2014-08-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

Currently, the method "fetchMaximalVersionsForAllExtensions" in typo3/sysext/extensionmanager/Classes/Domain/Repository/ExtensionRepository uses a subselect to determine the highest available version. This solution is rather inefficient and incomptabile to DBAL.

The query has been replaced by a LEFT JOIN according to http://dev.mysql.com/doc/refman/5.5/en/example-maximum-column-group-row.html.

Actions

Also available in: Atom PDF