[sqlalchemy] Re: insert to the database

2007-11-09 Thread lur ibargutxi
I have fixed the problem 2007/11/9, lur ibargutxi <[EMAIL PROTECTED]>: > > Table definition: > > tables['indicators'] = Table('indicators', metadata, autoload=True) > tables['indicatorgroups'] = Table('indicatorgroups', metadata, > autoload=True) > ##indicatorgroups table has two columns: idindic

[sqlalchemy] Re: insert to the database

2007-11-08 Thread lur ibargutxi
Table definition: tables['indicators'] = Table('indicators', metadata, autoload=True) tables['indicatorgroups'] = Table('indicatorgroups', metadata, autoload=True) ##indicatorgroups table has two columns: idindicatorgroup, name ##indicators table has several columns: idindicator, idindicatorgroup(

[sqlalchemy] Re: insert to the database

2007-11-07 Thread Michael Bayer
On Nov 7, 2007, at 5:20 AM, lur ibargutxi wrote: > > Does anyone knows what am I doing wrong?? > nopewould need to see an entire reproducing test case for that one. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou