Re: [sqlalchemy] result of fetchone() in 0.9.1

2014-01-30 Thread Michael Bayer
On Jan 30, 2014, at 4:39 PM, jack2318 wrote: > Hi, > > I experience very strange behaviour in version 0.9.1 (no problem in version > 0.8.4) - I can't image that it is problem in SQLAlchemy but I don't see why I > am getting error running this code: > > > tbl_session = Table('SESSION', metad

[sqlalchemy] result of fetchone() in 0.9.1

2014-01-30 Thread jack2318
Hi, I experience very strange behaviour in version 0.9.1 (no problem in version 0.8.4) - I can't image that it is problem in SQLAlchemy but I don't see why I am getting error running this code: tbl_session = Table('SESSION', metadata, autoload=True) stmt = tbl_session.select(tbl_session).wher