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 th

Re: [sqlalchemy] Problems with 0.6beta1

2010-02-10 Thread Gaetan de Menten
On Wed, Feb 10, 2010 at 09:04, Gaetan de Menten wrote: > On Wed, Feb 10, 2010 at 08:48, 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

Re: [sqlalchemy] Problems with 0.6beta1

2010-02-10 Thread Gaetan de Menten
On Wed, Feb 10, 2010 at 08:48, 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 fie

[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 res