]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added in a new MSGenericBinary type.
authorMichael Trier <mtrier@gmail.com>
Sun, 28 Dec 2008 21:07:57 +0000 (21:07 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 28 Dec 2008 21:07:57 +0000 (21:07 +0000)
commit8669eda82dcc84b726ab420106dfea86fc8a066f
tree840ddf45cbb376ee6753e1a7f278d471cf869d9b
parent7009653aa1c53d1f761501522d55617d3fdcc57c
Added in a new MSGenericBinary type.

This maps to the Binary type so it can implement the specialized behavior of
treating length specified types as fixed-width Binary types and non-length
types as an unbound variable length Binary type.
CHANGES
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py
test/sql/testtypes.py