I need to fake a relationship that only loads certain columns. I'm considering creating a property on an object that mimics a relationship -- but only queries for certain columns.
I can't use Deferred columns, because I need to remain backwards compatible for this. Basically stuffing a query ( like in https://groups.google.com/d/topic/sqlalchemy/pSL6POUnk8c/discussion ) into a class property I was wondering if this is the most proper way i could grab the session. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
