Re: [sqlalchemy] Problem with Foreign Key

2010-03-18 Thread masetto
Damn, your're right! Mea culpa :P Thanks! Now it's working again On Thu, Mar 18, 2010 at 6:27 PM, Michael Bayer wrote: > masetto wrote: > > Hi all, > > > > i am new to SQLAlchemy (simply wonderful!), and i'm writing some > > python scripts to do some experiment. > > > > I've written a SINGLE py

Re: [sqlalchemy] Problem with Foreign Key

2010-03-18 Thread Michael Bayer
masetto wrote: > Hi all, > > i am new to SQLAlchemy (simply wonderful!), and i'm writing some > python scripts to do some experiment. > > I've written a SINGLE python module with two classes which define two > different tables (declarative_base) with a simple relationship and a > single Foreign Key

[sqlalchemy] Problem with Foreign Key

2010-03-18 Thread masetto
Hi all, i am new to SQLAlchemy (simply wonderful!), and i'm writing some python scripts to do some experiment. I've written a SINGLE python module with two classes which define two different tables (declarative_base) with a simple relationship and a single Foreign Key and everything WORKS fine as