Project

General

Profile

Bug #78301

Updated by Oliver Hader over 7 years ago

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.

Back