]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- changelog for pullreq 32
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Jan 2013 17:14:15 +0000 (12:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Jan 2013 17:14:15 +0000 (12:14 -0500)
commit56b1f4c8845373b6680d6ab09dcefe36eaeb12fb
tree40aa05557e1f748796f31e24a3b0eb41331e2708
parent17c300eb07b775424d99eb47802fd9385050827e
- changelog for pullreq 32
- Fixed a regression whereby the "collation" parameter
of the character types CHAR, NCHAR, etc. stopped working,
as "collation" is now supported by the base string types.
The TEXT, NCHAR, CHAR, VARCHAR types within the
MSSQL dialect are now synonyms for the base types.
- move out the type rendering tests into DB-agnostic tests
and remove some of the old "create" statements.  tests here
are still very disorganized.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mssql/base.py
test/dialect/test_mssql.py