]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added a new description_encoding attribute on the dialect.
authorMichael Trier <mtrier@gmail.com>
Tue, 30 Dec 2008 06:39:33 +0000 (06:39 +0000)
committerMichael Trier <mtrier@gmail.com>
Tue, 30 Dec 2008 06:39:33 +0000 (06:39 +0000)
commitdfd80ba089c0d0637f54cbd6b21332d5f5115999
tree425e887594530d9be218cfa274c0a938cc9a33ee
parent4e8a817ac24e73f3e2d3e80f6939cefa7e9b0130
Added a new description_encoding attribute on the dialect.

This is used for encoding the column name when processing the metadata. This
usually defaults to utf-8.
CHANGES
lib/sqlalchemy/databases/mssql.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py