[sqlalchemy] Re: Table reflection does not pick up unique constraint

2007-09-02 Thread Orest Kozyar
> reflection currently does not *consistently* pick up things > like unique constraints, check constraints, or indexesi > say "consistently" because some efforts have been made to add > some of these things to the MySQL and Postgres dialects > (although i think the postgres ones might just

[sqlalchemy] Re: Table reflection does not pick up unique constraint

2007-09-02 Thread Michael Bayer
On Sep 2, 2007, at 9:27 AM, Orest Kozyar wrote: > > Is the SQLAlchemy "reflect" command just not designed to pick up these > unique constraints, or is there something I am missing? > reflection currently does not *consistently* pick up things like unique constraints, check constraints, or ind