-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Description
Bug Report
Q | A |
---|---|
Version | 3.4.0 |
Summary
Test on the ci of https://github.com/sonata-project/EntityAuditBundle are not working.
I tried with dbal 3.3.8 and it works, with 3.4.0 I get
Doctrine\DBAL\Exception: Sqlite platform does not support alter foreign key
The regression was introduced by #5427 cc @morozov
Adding
public function supportsForeignKeyConstraints()
{
return false;
}
fix the issue.
How to reproduce
You can clone https://github.com/sonata-project/EntityAuditBundle
run composer install
and then make test
Expected behaviour
No error