diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-28 16:02:59 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-28 16:02:59 -0400 |
commit | ac52239b328f6dc573fdfb9acbbc7d5d528fa982 (patch) | |
tree | c72c4a48deb76ad807629cc574c0fa6048ca348a /lib/sqlalchemy/ext/automap.py | |
parent | 0783cb9337ad7711d216cc7e7b79e6fa6d4bbef1 (diff) | |
download | sqlalchemy-ac52239b328f6dc573fdfb9acbbc7d5d528fa982.tar.gz |
- 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
Diffstat (limited to 'lib/sqlalchemy/ext/automap.py')
0 files changed, 0 insertions, 0 deletions