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.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51108
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51108
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51108
Updated by Johannes Goslar almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b51fdede06b7b131f656a75e5142068d65152ac9.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions