[sqlalchemy] Couple of breaking changes in 0.6

2010-06-04 Thread Gunnlaugur Briem
Hi, I'm finally adapting our codebase to SqlAlchemy 0.6, and I've found a couple of breaking changes that are not documented in http://www.sqlalchemy.org/trac/wiki/06Migration First, ResultProxy.keys is now a method returning a list, not a list- valued attribute, so expressions like k in

Re: [sqlalchemy] Couple of breaking changes in 0.6

2010-06-04 Thread Michael Bayer
On Jun 4, 2010, at 1:16 PM, Gunnlaugur Briem wrote: Hi, I'm finally adapting our codebase to SqlAlchemy 0.6, and I've found a couple of breaking changes that are not documented in http://www.sqlalchemy.org/trac/wiki/06Migration First, ResultProxy.keys is now a method returning a list,