Fix compatibility with DBAL 4.x
Call to Table::addForeignKeyConstraint now expects only a string for the table argument, so ensure we send table name instead of Table object.
I had to alter the way transactions in deleteAcl() worked, as enabling nested ones are marked as deprecated in DBAL 4.x and make the tests fail :slightly_frowning_face:
Any progress on this? Or any support needed?
Can this PR be checked and merged? Would be nice to be able to upgrade to DBAL 4.x!
Hi @nicolas-grekas .
Do you have any news about this issue, can estimate a date for release with support sf7 + doctrine dbal 4+?
Thank you.