Hi,

I wanted this too.  It seems a bit too cumbersome to use sqlalchemy
> just to get some simple sql running.  Instead of getting back a
> ResultProxy, I was hoping I could get back instances.  Would you guys
> know how to do this?
>

Well, if you're using assignmapper, you do something like:

People.select(People.c.departmentid == 17)

Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to