[sqlalchemy] Re: SQLAlchemy 0.4.1 example vertical.py not working

2007-12-05 Thread Michael Bayer
it appears to have broken since the session adjustments in 0.4.1. it should work in 0.4.0 for now. On Dec 5, 2:05 pm, paftek [EMAIL PROTECTED] wrote: Using Python 2.5.1, I can not get this example to work :http://svn.sqlalchemy.org/sqlalchemy/tags/rel_0_4_1/examples/vertical... It crashes

[sqlalchemy] Re: SQLAlchemy 0.4.1 example vertical.py not working

2007-12-05 Thread Michael Bayer
the example is repaired in rev 3856 of the SVN trunk. it just uses a contextual session now. On Dec 5, 2007, at 2:05 PM, paftek wrote: Using Python 2.5.1, I can not get this example to work : http://svn.sqlalchemy.org/sqlalchemy/tags/rel_0_4_1/examples/vertical/vertical.py It crashes