You can see what columns are part of a table (or a select!) with
.columns.keys() or .c.keys().

On 2/24/07, vkuznet <[EMAIL PROTECTED]> wrote:
>
> Hi,
> a very simple question which I cannot find in documentation. How to
> get column names together with result. This is useful for web
> presentation of results using templates. I used use_labels=True,
> indeed it construct query with names, but my final result contains
> only column values. What I wanted is to get
> as a first row the column names.
>
> Thanks,
> Valentin.
>
>
> >
>

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