]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected problem with information schema not working with binary collation on mssql...
authorMichael Trier <mtrier@gmail.com>
Fri, 27 Mar 2009 21:27:34 +0000 (21:27 +0000)
committerMichael Trier <mtrier@gmail.com>
Fri, 27 Mar 2009 21:27:34 +0000 (21:27 +0000)
commite26b9e5f982be92a57c519e0d9c7b66d9d99a7c0
treec5fc8ffe3b2dd5b3e5661b388b9b6eae708e0686
parent18106b5e5b682aa6aff8ecbab4dae776895c74de
Corrected problem with information schema not working with binary collation on mssql. Fixes #1343.
CHANGES
lib/sqlalchemy/databases/information_schema.py
lib/sqlalchemy/databases/mssql.py