]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
MSSQL refactoring of BINARY type and addition of MSVarBinary and MSImage.
authorMichael Trier <mtrier@gmail.com>
Sun, 28 Dec 2008 01:46:44 +0000 (01:46 +0000)
committerMichael Trier <mtrier@gmail.com>
Sun, 28 Dec 2008 01:46:44 +0000 (01:46 +0000)
commitdefba2fc020556dadd106e7e4e35907216d9208d
treeca7d9b3ffb97103b4f08816453c77a615bc46b51
parent0465d0b880be6ae13feeed98b93d2e1d2fdec773
MSSQL refactoring of BINARY type and addition of MSVarBinary and MSImage.

- Added in new types: MSVarBinary and MSImage
- Modified MSBinary to now return BINARY instead of IMAGE. This is a
  backwards incompatible change. Closes #1249.
CHANGES
lib/sqlalchemy/databases/mssql.py
test/dialect/mssql.py