Re: [sqlalchemy] Problems with 0.6beta1

2010-02-10 Thread Gaetan de Menten
On Wed, Feb 10, 2010 at 08:48, Chris chris.g@gmail.com wrote:
 Hi All

 Have just upgraded to this version and am having the following issue.

 I use a the execute method on a ScopedSession to run generic SQL
 Statements in a TextClause,  in the resulting BufferedRowResultProxy
 object their used to list field keys with was all the names of the
 fields in the result set. This appears to have been removed.
 How do a get a list of the field name for my query

IIRC, resultproxy.metadata.keys

-- 
Gaëtan de Menten

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



Re: [sqlalchemy] Problems with 0.6beta1

2010-02-10 Thread Gaetan de Menten
On Wed, Feb 10, 2010 at 09:04, Gaetan de Menten gdemen...@gmail.com wrote:
 On Wed, Feb 10, 2010 at 08:48, Chris chris.g@gmail.com wrote:
 Hi All

 Have just upgraded to this version and am having the following issue.

 I use a the execute method on a ScopedSession to run generic SQL
 Statements in a TextClause,  in the resulting BufferedRowResultProxy
 object their used to list field keys with was all the names of the
 fields in the result set. This appears to have been removed.
 How do a get a list of the field name for my query

 IIRC, resultproxy.metadata.keys

Sorry, that should read: resulproxy._metadata.keys

-- 
Gaëtan de Menten

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



Re: [sqlalchemy] Problems with 0.6beta1

2010-02-10 Thread Michael Bayer
restored in r6742.

On Feb 10, 2010, at 2:48 AM, Chris wrote:

 Hi All
 
 Have just upgraded to this version and am having the following issue.
 
 I use a the execute method on a ScopedSession to run generic SQL
 Statements in a TextClause,  in the resulting BufferedRowResultProxy
 object their used to list field keys with was all the names of the
 fields in the result set. This appears to have been removed.
 How do a get a list of the field name for my query
 
 Chris
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 sqlalchemy group.
 To post to this group, send email to sqlalch...@googlegroups.com.
 To unsubscribe from this group, send email to 
 sqlalchemy+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/sqlalchemy?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Problems with 0.6beta1

2010-02-09 Thread Chris
Hi All

Have just upgraded to this version and am having the following issue.

I use a the execute method on a ScopedSession to run generic SQL
Statements in a TextClause,  in the resulting BufferedRowResultProxy
object their used to list field keys with was all the names of the
fields in the result set. This appears to have been removed.
How do a get a list of the field name for my query

Chris

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.