Re: [sqlalchemy] SQLAlchemy 0.8.0b2 released

2012-12-18 Thread Burak Arslan
Hi Michael, This is the only regression I saw migrating from 0.7.9 to 0.8b2: https://travis-ci.org/plq/spyne/jobs/3711648/#L568 The fix was to remove the pformat call: https://github.com/plq/spyne/commit/56580c280945e6d484a5f4ce3fbca682ca698778 The sqla_mapper attribute contains the table

Re: [sqlalchemy] SQLAlchemy 0.8.0b2 released

2012-12-18 Thread Michael Bayer
seems like it's hitting some revised rules for evaluating clauses in a boolean context, as pprint attempts to sort the contents of the Mapper object's __dict__.In particular, you can't say bool(Column('x') Column('y')) anymore, in 0.7 it would basically make a random guess as to what the

Re: [sqlalchemy] SQLAlchemy 0.8.0b2 released

2012-12-16 Thread Wichert Akkerman
On Dec 14, 2012, at 22:11, Michael Bayer mike...@zzzcomputing.com wrote: But the effect of only publishing 0.8.0b1 on Sourceforge was that I didn't get the impression that we had so many people going out and testing the beta as we normally do. I was reminded by Chris McDonough that a

Re: [sqlalchemy] SQLAlchemy 0.8.0b2 released

2012-12-16 Thread Michael Bayer
On Dec 16, 2012, at 10:10 AM, Wichert Akkerman wrote: On Dec 14, 2012, at 22:11, Michael Bayer mike...@zzzcomputing.com wrote: But the effect of only publishing 0.8.0b1 on Sourceforge was that I didn't get the impression that we had so many people going out and testing the beta as we

[sqlalchemy] SQLAlchemy 0.8.0b2 released

2012-12-14 Thread Michael Bayer
Hi list - SQLAlchemy 0.8.0b2 is released. This is hopefully the last beta for 0.8, as things have been mostly quiet surrounding 0.8.0b1, we had a few regressions fixed, and a bunch of other new bugs whose fixes are only in 0.8. There was a little bit of an additional refactor in this beta

Re: [sqlalchemy] SQLAlchemy 0.8.0b2 released

2012-12-14 Thread Doug Latornell
On Fri, Dec 14, 2012 at 1:11 PM, Michael Bayer mike...@zzzcomputing.comwrote: Hi list - SQLAlchemy 0.8.0b2 is released. This is hopefully the last beta for 0.8, as things have been mostly quiet surrounding 0.8.0b1, we had a few regressions fixed, and a bunch of other new bugs whose fixes