Actions
Bug #56349
closedRespect table mapping on caching
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2014-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The method analyzeFields() of DBAL's ConnectionManager caches the table structure. The caches always use the real table name, ignoring any mapping, which results in a RuntimeException:
Could not update BLOB >>>> no WHERE clause found!
Actions