jackalope / jackalope-doctrine-dbal

Doctrine DBAL transport implementation for Jackalope
http://jackalope.github.io
Other
143 stars 60 forks source link

Add support for dbal 3 (and php 8) #377

Closed alekitto closed 3 years ago

alekitto commented 3 years ago

I've finished the work started in php8 branch adding support for dbal 3.

DBUnit has been removed from dependencies, and an XMLDataSet class simulating its functionalities has been added to the Jackalope\Test\Tester namespace. To correctly handle BC breaks introduced in DBAL, the minimum version of doctrine/dbal has been raised to 2.11. Consequently the minimum PHP version now is 7.3.

Missing fetch mode are simulated via array_* functions to maintain the expected logic.

dbu commented 3 years ago

thanks a lot! i will wrap up the changelog and tag a release :+1: