> I found another con with detachable is that if you are constructing a complex
> object graph _before_ putting it in the database you would have to do
> something cleverer... e.g. only detach if already persisted? We just stuck
> with non-detachable models.

But the solution to that might be easy: only use the detachable model
on the top object of your complex graph, and let all other models use
that model (opposed to the model object).

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to