[sqlalchemy] Re: foreign key problem when using reflection and schemas

2008-10-28 Thread Martijn Faassen
jason kirtland wrote: That should be working now in r5203. The reflection code was missing an edge case where an explicit schema= is the same as the connection's schema. Switching those to schema=None should work as intended if you need a workaround on a released version. Thanks a lot

[sqlalchemy] Re: foreign key problem when using reflection and schemas

2008-10-27 Thread jason kirtland
That should be working now in r5203. The reflection code was missing an edge case where an explicit schema= is the same as the connection's schema. Switching those to schema=None should work as intended if you need a workaround on a released version. Cheers, Jason Martijn Faassen wrote: