Actions
Bug #78301
closedUse context specific table in PageRepository
Start date:
2016-10-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
By invoking the ConnectionPool instance, it's possible to use different database connections and different database platforms for a particular table. If for instance the system is running on MySQL in general, but one single table (not `pages`) uses SQLite, PageRepository::enableFields() is using quoting characters for MySQL in the SQLite context - which fails.
Actions