the columns clause of select() is always a list, i.e.
sub = select([func.count('*')], Orders.c.person_id==Person.c.person_id,
scalar=True)
but when i try what youre doing above I get an appropriate exception
trace, so please attach a fully working test script that illustrates
exactly the code you are executing.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---