mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-836: Bug with proxies #1033
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 @doctrinebot on GitHub (Oct 12, 2010).
Jira issue originally created by user divastator:
Hello guys. I'm using Doctrine for about a three month now and about a week ago I ran at some problem, that I can't fix, and I think that it's a bug... When I'm trying to find some object it returns a Proxy of that object, wich is great, but it always returns a proxy even if there's no object. So when I try to make verification if this object exist ("if($object)") it pass because there's always a object there.And this leeds to fatal error - "Entity was not found'.So my queston is - Is this really a bug, or I can figure out how to work with proxies? Thank you
@doctrinebot commented on GitHub (Oct 29, 2010):
Comment created by @beberlei:
How do you try to find the object? Can you show some workflow?
@doctrinebot commented on GitHub (Oct 29, 2010):
Comment created by @beberlei:
Are you still using Beta2? There is a Beta4 already btw :-)
@doctrinebot commented on GitHub (Oct 30, 2010):
Comment created by romanb:
We need more information and code examples, ideally a test case.
@doctrinebot commented on GitHub (Jun 5, 2011):
Comment created by @beberlei:
No feedback was given.
@doctrinebot commented on GitHub (Jun 5, 2011):
Issue was closed with resolution "Cannot Reproduce"