[sqlalchemy] Re: Reflecting tables with foreign keys

2008-02-25 Thread Don Dwiggins
Michael Bayer wrote: hi don - heres a script using SQLite which illustrates how the foreign key reflection works. This same sort of thing should be working on MS-SQL as well but I dont have access to an MS-SQL server here to test. If the example below is not working for MS-SQL,

[sqlalchemy] Re: Reflecting tables with foreign keys

2008-02-22 Thread Michael Bayer
hi don - heres a script using SQLite which illustrates how the foreign key reflection works. This same sort of thing should be working on MS-SQL as well but I dont have access to an MS-SQL server here to test. If the example below is not working for MS-SQL, please file a trac ticket -