[This message has also been posted.]
On Wed, 28 Jan 2009 09:47:45 -0000, King Simon-NFHD78
<[email protected]> wrote:

> The RowProxy object is more intelligent than a plain tuple. As well
> as accessing the values by index, you can use your original column
> objects or the name of the column to retrieve the values from
> it. You can also use attribute access rather than indexing.

> Eg.
>
> row['your_column_name']
> row[your_column]
> row.your_column_name

Thanks Simon. That's informative.

> I imagine this would make it harder to pickle.

Yes.

                                Regards, Faheem.

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

Reply via email to