]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix to query.count to use mapper-defined primary key cols instead of those of the...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Nov 2006 15:57:58 +0000 (15:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Nov 2006 15:57:58 +0000 (15:57 +0000)
commit2466dca12d39643fc8531b7b8807a9850c3a3f9d
tree6ac9eb0b7215f8b35ebd4b9c7334615aa9390e30
parent4cbbf7725a565267b96bf003163713ef7f98b210
fix to query.count to use mapper-defined primary key cols instead of those of the table
lib/sqlalchemy/orm/query.py