Bug #36975
ENUM type is missing in t3lib/class.t3lib_sqlparser.php
| Status: | New | Start date: | 2012-05-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Complexity: | easy | |
| PHP Version: | ||||
| Votes: | 1 (View) |
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.
History
Updated by Steffen Ritter about 1 year ago
- Target version deleted (
4.7.1)
Updated by Patrick Schriner 11 months ago
Has been discussed before:
http://bugs.typo3.org/view.php?id=3727
http://forge.typo3.org/issues/11697