Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Ensure to set a SchemaManagerFactory for lowlevel connection
The doctrine team deprecated the instantiation of a connection using `DriverManager::getConnection()` without a configuration object [1]. This change ensures to set the default doctrine factory, but sets the TYPO3 core implementation with TYPO3 v13.0 to provide the custom SchemaManager for the different platforms. [1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-not-setting-a-schema-manager-factory Releases: main
- Loading branch information