> On Oct 29, 10:47 pm, Stuart Clarke <[EMAIL PROTECTED]> wrote: > > TableClass.selectBy(x='foo', y='bar') > > > > Yeah, that is what I am doing, Now what about if I wanted to explicitly > select certain fields?
*** That's not a very object-oriented thing to do. Why would you only want to do it? For performance reasons? The proper ORM way is to generate a list of TableClass instances (as above) and just work with the desired fields of those instances. Stuart --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

