tags:

views:

19

answers:

0

When I manually hydrate or synchronize a record (for legacy integration reasons) and call ->exists() on the instance, it returns false. However, this record actually does exist.

Is there some way to make Doctrine tell us the truth without having to execute another query?