Hello, A couple of months ago I was asking on the list about a query class that could support a "deleted_at" attribute for the models, such as when a object it's deleted, the statement it's transformed into an update with the field set to a certain date. Just now I noticed that my class is not friendly with joinedload. That is, when doing a query with options(joinedload(...)), the collection doesn't get the "deleted_at" filter. Is there any (exposed) way of accessing all the entities involved in a query (through options and <TYPE>load)?
Minimal code example at: http://pastie.org/3848978 Thank you, Andrei Chirila -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
