]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- anonymous alias names now truncate down to the max length
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Feb 2009 01:20:45 +0000 (01:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Feb 2009 01:20:45 +0000 (01:20 +0000)
commit03b5b34114ab4d78ebe9473b06d0f40814f961ae
tree41708ee6ff9bb9b2c260bd91ae7250c4afcf7b9c
parent6336e55069d354b2446752249748cf7218148961
- anonymous alias names now truncate down to the max length
allowed by the dialect.  More significant on DBs like
Oracle with very small character limits. [ticket:1309]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/labels.py