Wichert Akkerman wrote:
<snip offlist conversation>
...but not without using session.Query or any joins, but the looks of
it...
unless I'm missing something?
There is no difference between using session.Query or not. Bindparam
just insert a dummy in a query, which you fill in when you call
session.execute if I remember correctly.
Indeed, but it's the bit in square brackets in:
session.query([X.a,Y.b,Z.c).join(X,Y,Z)].whatever
...that I'm looking to make static, and I don't know how to do that...
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
--
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.