[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug where the truncation of long labels in
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-28 20:03:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ac52239b328f/ Changeset: ac52239b328f Branch: None User: zzzeek Date: 2015-04-28 20:02:59+00:00 Summary: - Fixed bug where the truncation of long labels in SQL could produce a label that overlapped another label that is not truncated; this because the length threshhold for truncation was greater than the portion of the label that remains after truncation. These two values have now been made the same; label_length - 6. The effect here is that shorter column labels will be "truncated" where they would not have been truncated before. fixes #3396 Affected #: 3 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. |