mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Incorrect Error During Schema Validation #7137
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 @danfoley on GitHub (Apr 22, 2023).
Bug Report
Summary
Running doctrine orm:validate-schema gives validation errors that don't exist.
Current behavior
Running doctrine orm:validate-schema gives the follow 2 errors:
When the inversedBy attributes do exist in the XML mapping.
How to reproduce
use following xml schema
Expected behavior
The xml mapping should be reported as valid.
@danfoley commented on GitHub (Apr 22, 2023):
Duplicate issue here: https://github.com/doctrine/orm/issues/7198
@greg0ire commented on GitHub (Apr 22, 2023):
Possible next steps: contribute a failing test from the example above.
@greg0ire commented on GitHub (Apr 22, 2023):
Let's close since it is a duplicate? If you have more things to add, add them directly in #7198 please.