]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added distinct() method to SelectResults. generally should only make a difference
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Feb 2007 23:26:37 +0000 (23:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Feb 2007 23:26:37 +0000 (23:26 +0000)
commit55d455d7d0d4d67d9f3d13cf74de471c15ce5d50
tree3e924f84e2b28d78e0e15e8401f42f777006073e
parent54c5a4764233f515f696e667596364666f558473
- added distinct() method to SelectResults.  generally should only make a difference
  when using count().
CHANGES
lib/sqlalchemy/ext/selectresults.py
test/orm/eagertest3.py