]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- removed __len__ from "dynamic" collection as it would require issuing
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Oct 2007 16:49:15 +0000 (16:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 17 Oct 2007 16:49:15 +0000 (16:49 +0000)
commitcb9321116fcdf350461410a5ecf8b892cfa210a5
tree6f489d75696e996d38c473e0154caa8156bf7f9f
parent14c9d63672346adb59adfebb60660668771f20e4
- removed __len__ from "dynamic" collection as it would require issuing
  a SQL "count()" operation, thus forcing all list evaluations to issue
  redundant SQL [ticket:818]
CHANGES
lib/sqlalchemy/orm/dynamic.py
test/orm/dynamic.py
test/testlib/fixtures.py