]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected problems with reflection on mssql when dealing with schemas. Fixes #1217.
authorMichael Trier <mtrier@gmail.com>
Sun, 9 Nov 2008 01:27:25 +0000 (01:27 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 9 Nov 2008 01:27:25 +0000 (01:27 +0000)
commita8c308f34974befb02351d1788298c9b24f8265c
treec1b68e817ad1c5b2fc62bba1f43397a3a5f3faf2
parentd6806501f1bb04e48a7f13ab77829f296386462d
Corrected problems with reflection on mssql when dealing with schemas. Fixes #1217.
CHANGES
lib/sqlalchemy/databases/mssql.py
test/engine/reflection.py