]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added an explicit check for the case that the name
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Feb 2011 22:33:15 +0000 (17:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Feb 2011 22:33:15 +0000 (17:33 -0500)
commitde9ec22de972ec66f07db8b745108c6248bec6ad
tree8992915ef9da70b301e5062dbc7c0ceca1f69398
parent6cd59ee663348c0a1cfa336c8b91841b36cf7354
- Added an explicit check for the case that the name
'metadata' is used for a column attribute on a
declarative class. [ticket:2050]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py