Howdy Group,

Let's say I have a very simple query:  select person.id, person.name,
person.age from person

Can I remove one of the columns, say "person.age", from this result
set and still use the list as a RowProxy?  I'm trying to do it now and
it's not working.  I'm creating a new list and appending all but the
last (for example) columns, but it's then missing the RowProxy
goodness.

I realize I can do this in the original select, but I'm doing some
client-side logic here and I need to manipulate the dataset.

Thanks,

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