Actions
Bug #66672
closedDBAL mapping not taken into account in Install Tool
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-04-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Example when using MSSQL is that in table sys_file_metdata there is a field named "file" which is a reserved word in MSSQL.
When one puts a remapping to have a "file_uid" column instead (in AdditionalConfiguration.php
, it is not taken into account by the Install Tool which tries to create the table using column "file" instead of remapped "file_uid".
Temporary trick is to modify Core's ext_tables.sql to have a "file_uid" column.
Updated by Xavier Perseguers over 9 years ago
- Status changed from New to Rejected
Invalid mapping found in AdditionalConfiguration.php
, everything's fine :)
Actions