bobosch / ods_osm

TYPO3 Extension OpenStreetMap
10 stars 20 forks source link

[TASK] Use Connection instead of PDO #160

Closed ErHaWeb closed 6 months ago

ErHaWeb commented 6 months ago

In Doctrine DBAL v4, as described in the documentation, support for using the \PDO::PARAM_* constants has been dropped in favor of the enum types. This should be migrated to Connection::PARAM_* in order to be compatible with TYPO3 v13 later on. Connection::PARAM_* can already be used now as it is compatible with TYPO3 11 and 12.

ErHaWeb commented 6 months ago

Sorry for the second PR. I had overlooked a few places.