Re: [sqlalchemy] Re: integrity error in FK relation

2009-12-02 Thread Tefnet Developers - Tomasz Jezierski
Dnia 2009-12-01, Wt o godzinie 21:58 -0800, rajasekhar911 pisze: but this happen only when i use innodb as engine. didnt give an error on myisam on mysql or sqlite. Probably because myisam is not transactional and sqlite usually doesn't care about constraints. Tomasz Jezierski Tefnet

[sqlalchemy] Re: integrity error in FK relation

2009-12-01 Thread rajasekhar911
but this happen only when i use innodb as engine. didnt give an error on myisam on mysql or sqlite. On Dec 2, 3:12 am, Michael Bayer mike...@zzzcomputing.com wrote: On Dec 1, 2009, at 2:16 PM, rajasekhar911 wrote: i have following relation b/w 3 tables class A(DeclarativeBase)