[sqlalchemy] Re: mssql reflection fk issue

2008-11-23 Thread Malcolm
I just encountered this problem too. Upgrading to SQLAlchemy==0.5.0rc5dev fixed it for me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to

[sqlalchemy] Re: mssql reflection fk issue

2008-11-08 Thread empty
When reflecting a MSSQL table with a foreign key, the referenced table fails to load with the error: sqlalchemy.exc.NoSuchTableError: [referenced_table] Give the latest trunk a try and let me know. It should have been corrected in r5266. Thanks, Michael

[sqlalchemy] Re: mssql reflection fk issue

2008-11-06 Thread Michael Bayer
can you post a trac ticket for this please ? thanks. On Nov 6, 2008, at 1:21 AM, Randall Smith wrote: When reflecting a MSSQL table with a foreign key, the referenced table fails to load with the error: sqlalchemy.exc.NoSuchTableError: [referenced_table] For this case, I'm using: