Actions
Bug #105658
closedBackendUtility::getRecord needs to fail gracefully on postgresql for selects with UID > INT_MAX
Status:
Resolved
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2024-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Postgresql throws a DriverException for a statement like
SELECT * from tt_content WHERE uid > 123123123123
Actions