[sqlalchemy] Re: Error after upgrading from v0.6.6 to 0.7.4

2011-12-19 Thread useher
Hi! Sorry for the late answer. I got it now: There was a relation called 'status' in the parent class and a function called status() in the derived class. After renaming the function everything seems to work correct. So the error does not belong to sqlalchemy, but concerns some bad coding by

[sqlalchemy] Re: Error after upgrading from v0.6.6 to 0.7.4

2011-12-19 Thread useher
Hi! Sorry for the late answer. I got it now: There was a relation called 'status' in the parent class and a function called status() in the derived class. After renaming the function everything seems to work correct. So the error does not belong to sqlalchemy, but concerns some bad coding by

Re: [sqlalchemy] Re: Error after upgrading from v0.6.6 to 0.7.4

2011-12-19 Thread Michael Bayer
On Dec 19, 2011, at 5:03 AM, useher wrote: Hi! Sorry for the late answer. I got it now: There was a relation called 'status' in the parent class and a function called status() in the derived class. After renaming the function everything seems to work correct. So the error does not belong