]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed error where Query.add_column() would not accept a class-bound
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Nov 2007 16:36:46 +0000 (16:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 Nov 2007 16:36:46 +0000 (16:36 +0000)
commit476d395f5e4e5ec37e0fb72cb5d0cd0b0e429a80
treee07117f4fbc2751397627752ff74a30e2efdf6a5
parent9d21a7f080292f69e3065d294ba9fad13a6d81fc
- fixed error where Query.add_column() would not accept a class-bound
attribute as an argument; Query also raises an error if an invalid
argument was sent to add_column() (at instances() time) [ticket:858]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/query.py