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 ?


--~--~---------~--~----~------------~-------~--~----~
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