You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are running into the same issue on one of our projects where we use the SQLite platform in our test environment because it's easier to bootstrap than e.g. MySQL.
The issue appears to be caused by this change: #7842
Bug Report
Summary
Since I upgraded
doctrine/orm
to2.6.5
from2.6.3
I no longer have foreign keys on my SQLite.I tried version
2.6.4
and it works as expected.Current behavior
I can no longer use
onDelete="CASCADE"
and suchHow to reproduce
Given my Category entity, referencing itself as parent
Expected behavior
i can use
onDelete="CASCADE"
to have children removed when a parent is removedThe text was updated successfully, but these errors were encountered: