On May 15, 2007, at 6:32 PM, Expo wrote:

>
> I have a sqlalchemy.sql.Select object where I want to remove some
> columns and execute the result. I've tried with remove method of
> columns property but when execute() is called the ResultProxy contains
> all the original columns.
> Is the right way to remove columns or exist another method ?

theres not really a method to do this operation right now.  best to  
create a new select object containing the columns that you want.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to