[sqlalchemy] Re: SQLAlchemy 0.5.4 Released

2009-05-18 Thread Alexandre Conrad
Mike, Woooh ! it all sounds sounds great ! I was thinking that it would be nice to have an up-to-date version of your post you did a while back: http://techspot.zzzeek.org/?p=17 I know such a task takes time but it would be fun to see the results. That would keep SA's marketing in shape (even

[sqlalchemy] Re: SQLAlchemy 0.5.4 Released

2009-05-18 Thread Francesca Leon
Hi Michael I just downloaded version 0.5.4 of SqlAlchemy. I would like to signal just a small detail that seems to make my tests fail: [...] File C:\Python25\lib\site-packages\sqlalchemy-0.5.4-py2.5.egg\sqlalchemy\orm\attributes.py, line 379, in get return self.get(state,

[sqlalchemy] Re: SQLAlchemy 0.5.4 Released

2009-05-18 Thread Puzzle Stone
Great, cheers.Let's update SQLAlchemy to 0.5.4 for the performance enhancement. On Mon, May 18, 2009 at 9:20 AM, Michael Bayer mike...@zzzcomputing.comwrote: Hello list - SQLAlchemy 0.5.4 is released, and this release is *highly* recommended for all users.For an indication of how high,

[sqlalchemy] Re: SQLAlchemy 0.5.4 Released

2009-05-18 Thread Francesca Leon
Sorry, here it is: Traceback (most recent call last): File "C:\dex\python\dex\tests\adrims\TestDataBase.py", line 973, in testMerge_SomethingThatNeverExisted self.session.flush() File "c:\python25\lib\site-packages\SQLAlchemy-0.5.4-py2.5.egg\sqlalchemy\orm\session.py", line 1354, in flush

[sqlalchemy] Re: SQLAlchemy 0.5.4 Released

2009-05-18 Thread Michael Bayer
thanks, this is fixed in r5970 and I may release 0.5.4p1 today. On May 18, 2009, at 11:54 AM, Francesca Leon wrote: Sorry, here it is: Traceback (most recent call last): File C:\dex\python\dex\tests\adrims\TestDataBase.py, line 973, in testMerge_SomethingThatNeverExisted