Re: [Sqlalchemy-users] Object instantiation and session

2006-06-08 Thread Michael Bayer
seems like this would happen since the init method is wrapped by another one which places your object in the session. added ticket 203 for this. On Jun 8, 2006, at 6:08 PM, Anton Krasovsky wrote: > It looks like the objects that had failed to > instantiate, are still linger in the session >

[Sqlalchemy-users] Object instantiation and session

2006-06-08 Thread Anton Krasovsky
It looks like the objects that had failed to instantiate, are still linger in the session somewhere? Example: (ConfigNode is a renamed TreeNode from basic_tree.py) I try to create instance, and it fails: >>> c = ConfigNode() Traceback (most recent call last): File "", line 1, in ? File "buil