Actions
Bug #14476
closedSQL parser in Extension Manager has trouble with various data types
Start date:
2004-12-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to install extensions in 3.7.0, several SQL statements cause trouble. The BIGINT one reported in http://bugs.typo3.org/bug_view_page.php?bug_id=0000546, but also unknown data type SET with the Visitor Tracking System (de_phpot).
Trying to find a place where data types are checked, until now I only found line 933 in t3lib/class.t3lib_sqlparser.php. Bigint isn't in there, Set and Enum neither.
After adding |bigint|set|enum to the end of the field type list, it did work. Hope this is the right place :-)
(issue imported from #M651)
Actions