[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed issue where the SQL Server dialect would re
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-07-30 14:35:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dd6110eed335/ Changeset: dd6110eed335 Branch: None User: zzzeek Date: 2015-07-30 14:34:36+00:00 Summary: - Fixed issue where the SQL Server dialect would reflect a string- or other variable-length column type with unbounded length by assigning the token ``"max"`` to the length attribute of the string. While using the ``"max"`` token explicitly is supported by the SQL Server dialect, it isn't part of the normal contract of the base string types, and instead the length should just be left as None. The dialect now assigns the length to None on reflection of the type so that the type behaves normally in other contexts. fixes #3504 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |