Actions
Bug #36975
closedENUM type is missing in t3lib/class.t3lib_sqlparser.php
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-05-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In the function parseFieldDef inside of t3lib/class.t3lib_sqlparser.php the ENUM type is missing in the regex (line 1333). This leads to a fatal SQL parse error when trying to install an extension which uses this column type.
Adding "enum" to the list of recognized field types fixes the problem.
Actions