mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Creating entity named Transaction triggers error #6080
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 @AlexanderMatveev on GitHub (Oct 6, 2018).
Bug Report
Current behavior
Getting exception:
How to reproduce
@Ocramius commented on GitHub (Oct 6, 2018):
What's a "named Transaction"?
@AlexanderMatveev commented on GitHub (Oct 6, 2018):
@Ocramius Transaction is entity name, see https://symfony.com/doc/current/doctrine.html
For example:
Anyway, I figured out that this exception is throwing because of missing of backward-direction reference from related entity class. Thanks for response.