Actions
Bug #79143
closedExtensionManager ext_tables_static+adt.sql fails with mssql
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2017-01-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
On mssql you cannot insert with a given identity if identity_insert is off which is the default and in general a pain.
ext_tables_static+adt.sql could use key=>value insertion instead.
Actions