SelectResults is used for mapped classes, the columns that are to be selected for a particular mapping are fixed. theres no reason youd want to be able to change the column clause.
Hibernate does have the ability to stick arbitrary columns into mapping queries which are returned as scalars. im not sure if SA needs this so much as we have the entire SQL construction facility that can be used on its own (hibernate doesnt). On Mar 7, 2007, at 4:02 AM, Glauco wrote: > > Glauco ha scritto: > > <CUT> > > > > The simplest example is to specify columns to select on a generated > qry > (not all field of all tables involved in the generated qry). > > does the sqlalchemy.ext.selectresults.SelectResults object have > something like "column clause" parameter of select function? > > > > Thank's > Glauco > > > > > -- > +------------------------------------------------------------+ > Glauco Uri - Programmatore > glauco(at)allevatori.com > > Sfera Carta Software® [EMAIL PROTECTED] > Via Bazzanese,69 Casalecchio di Reno(BO) - Tel. 051591054 > +------------------------------------------------------------+ > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
