]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
anonymous indexes use column._label to avoid name collisions
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 May 2006 14:59:32 +0000 (14:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 May 2006 14:59:32 +0000 (14:59 +0000)
commit5156d5141af04fe86ba317eadb73d8442eddc651
tree7284c66acd79e1cef9fcce50d149266a63c54882
parent1bbee677746e344336667bf97fd16d3df8af0c89
anonymous indexes use column._label to avoid name collisions
CHANGES
lib/sqlalchemy/schema.py
test/indexes.py