Actions
Bug #83577
closedDatabase analyzer: Error message by usage of enums
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-01-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
In a project I have enums in the file 'ext_tables.sql'. With #82795 a new behaviour was introduce to my local environment (Windows, Apache + Php 7.1).
When using the database analyzer I get the following error:
Uncaught TYPO3 Exception Unknown database type enum requested, Doctrine\DBAL\Platforms\MySQL57Platform may not support it. Doctrine\DBAL\DBALException thrown in file ###\typo3_src_87\vendor\doctrine\dbal\lib\Doctrine\DBAL\Platforms\AbstractPlatform.php in line 423. 22 Doctrine\DBAL\Platforms\AbstractPlatform::getDoctrineTypeMapping("enum")
Actions