Task #78923
closedBugfix: Order by integerVersion instead of version
100%
Description
findByExtensionKeyOrderedByVersion orders the results by column 'version', which is a varchar. This fails with e.g. the version numbers "1.9.2" and "1.10.0".
Ordering by column "integerVersion" is a whole lot more correct. The bug is present in v6.2, v7.6 and v.8.4 - I have not checked further back.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50900
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50900
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50900
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50900
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50933
Updated by Ulrik H. Kold almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 27d055ab82b99804494b612fe0ee7b0dd18e5002.