jackalope / jackalope-doctrine-dbal

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

1 to 2 #434

Closed dbu closed 9 months ago

dbu commented 9 months ago

@alexander-schranz i am trying to merge #432 upstream but see a failure. the DeleteCascadeTest is new in version 2, did not exist in version 1. (the reason sqlite does not fail is that foreign keys are not supported and therefore the test is skipped).

do we change how we update the database? though its suprising to me that cascade delete would no longer work because of a different query.