Actions
Task #66680
closedDo not use sequence table when uid field is auto-incremented
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-04-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Lots of problems in DBAL arise because a separate sequence table is used for tables containing an auto-incremented field (e.g., all tables with a "uid") if the sequence gets out-of-sync with the actual table.
Actions