[sqlalchemy] Advanced? mapping question

2008-10-21 Thread Hinrich Winther
Hi, I have a problem that I can't figure out how to solve. I am really hoping that somebody could point me in the right direction. Here is my setup: patient_base_data = Table('Datenbestand', db.metadata, Column('IDPat', Integer, primary_key=True),

[sqlalchemy] Advanced? mapping question

2008-10-21 Thread Hinrich
Hi, I have a problem that I can't figure out how to solve. I am really hoping that somebody could point me in the right direction. Here is my setup: patient_base_data = Table('Datenbestand', db.metadata, Column('IDPat', Integer, primary_key=True),