neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

TASK: Remove DbalClient abstraction #5071

Closed bwaidelich closed 1 month ago

bwaidelich commented 1 month ago

Removes the needless abstraction on top of the Doctrine DBAL connection along with the, now unused, packages neos/contentrepositoryregistry-doctrinedbalclient and neos/contentrepositoryregistry-postgresdbalclient

mhsdesign commented 1 month ago

Thanks for splitting ;) Wasnt this also related to fix this bug? https://github.com/neos/neos-development-collection/pull/5005

bwaidelich commented 1 month ago

Wasnt this also related to fix this bug? https://github.com/neos/neos-development-collection/pull/5005

No, not directly – it still uses the same db connection under the hood