jackalope / jackalope-doctrine-dbal

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

cleanup build #369

Closed dbu closed 4 years ago

dbu commented 4 years ago

sqlite seems to have some integrity handling issue (probably still #239 )

php 7.4 can not build because we would need to run with a newer phpunit.

dbu commented 4 years ago

@esserj i fix most of the build issues in this change \o/

what is left is something with sqlite foreign key handling instability (that fails on and off and seems to not be a problem for mysql nor postgres) and we would need to go to newer phpunit versions to test with php 7.4. phpunit 5 || 6 should hopefully cover all versions without too many bc breaks.