mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
New record after findBy #5216
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 @frank-herbert on GitHub (Aug 11, 2016).
Originally assigned to: @Ocramius on GitHub.
Doctrine is creating a new record after when you get the results using "findBy".
@Ocramius commented on GitHub (Aug 11, 2016):
That's not sufficient information to debug your issue. What is being created? What do
setTimestampandsetStatusdo? Is$itema managed entity at all times? Are sub-entries created?@frank-herbert commented on GitHub (Aug 11, 2016):
Thank you for your help, Ocramius.
$item was empty before Doctrine persist().
My mistake. Sorry.