]> 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:35:29 +0000 (17:35 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Feb 2011 22:35:29 +0000 (17:35 -0500)
commitb699528ae5c52eace413c7f6c6ab1de831fcea31
tree56ddaaf46410ebab06ec214da5a8972d0c5381c2
parent43aaeb5db967a09b81efc5b8f67097914797ed1f
  - 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