Bug #36975

ENUM type is missing in t3lib/class.t3lib_sqlparser.php

Added by Roderick Braun about 1 year ago. Updated 11 months ago.

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)

Also available in: Atom PDF