Task #66738
closedMake SQL Schema Parser aware of combined indexes
100%
Description
Since we are the only project on the entire planet that actually parses the SQL to find out what's going on in the schema we now need to make the SQL parser aware of combined indexes.
Our current investigation suspect problems with multiple parenthesis. Enjoy :)
Example of expected code to be executed:
uid_foreign,tablenames(255),fieldname(255),sorting_foreign.
Updated by Frank Nägler over 9 years ago
- Status changed from New to Accepted
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted 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 http://review.typo3.org/39786
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39786
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39786
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4dcb56b39a11c8fbe46282d919ed2a350f9538b4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed