]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Ensure RowTuple names are correct by adding "key" to QueryableAttribute.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Jan 2009 15:58:09 +0000 (15:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Jan 2009 15:58:09 +0000 (15:58 +0000)
commit68c247358b2905b6992fa7fe935e80b7f41b36d6
tree3784f441af27fe50ca397bda5c8d996dfd748d89
parentfd3b037e523e24eb5aa357d62ac9631ee91cf3a0
Ensure RowTuple names are correct by adding "key" to QueryableAttribute.
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/query.py
test/orm/mapper.py