mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
SchemaTool generates extra diff for platforms without FK support #6319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vpArth on GitHub (Sep 30, 2019).
Originally assigned to: @lcobucci on GitHub.
Bug Report
SchemaTool generates extra diff for platforms without FK support(ex: SqlitePlatform)
Summary
SchemaTool::getUpdateSchemaSql is never empty, because MetaData contains foreign keys adding, but SqlitePlatform has not support of them
How to reproduce
Current behavior
Expected behavior
@lcobucci commented on GitHub (Oct 2, 2019):
Handled by #7842