]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed MSSQL reflection bug which did not properly handle
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Oct 2010 16:15:40 +0000 (12:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Oct 2010 16:15:40 +0000 (12:15 -0400)
commita714db53b351ef741585adeb35450354e2a96004
treed735fa781f8e51c5f4388f4cf6abb7c6ff8b5fb6
parent295fd901258751f42192dd506a2fcd4af7b46d58
- Fixed MSSQL reflection bug which did not properly handle
reflection of unknown types.  [ticket:1946]
CHANGES
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py