[sqlalchemy] Re: problem with ExtensionMapper

2008-08-21 Thread naktinis
Ok, so the problem might be because the first test fails while doing Session.clear(): Traceback (most recent call last): File .../tests/__init__.py, line 35, in tearDown Session.clear() File /usr/lib/python2.5/site-packages/SQLAlchemy-0.4.6-py2.5.egg/ sqlalchemy/orm/scoping.py, line 98,

[sqlalchemy] Re: problem with ExtensionMapper

2008-08-21 Thread Michael Bayer
On Aug 21, 2008, at 7:02 AM, naktinis wrote: Ok, so the problem might be because the first test fails while doing Session.clear(): Traceback (most recent call last): File .../tests/__init__.py, line 35, in tearDown Session.clear() File

[sqlalchemy] Re: problem with ExtensionMapper

2008-08-21 Thread Michael Bayer
On Aug 21, 2008, at 10:45 AM, Michael Bayer wrote: On Aug 21, 2008, at 7:02 AM, naktinis wrote: Ok, so the problem might be because the first test fails while doing Session.clear(): Traceback (most recent call last): File .../tests/__init__.py, line 35, in tearDown Session.clear()