]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- beef up the --reversetop test option to embed RandomSet throughout the ORM
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2010 04:13:48 +0000 (00:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2010 04:13:48 +0000 (00:13 -0400)
commit1cf4a745d83acc51a562ca1d1289cf524fbee33c
treeb7d175573b73938c1e01cd20fb291d86a60e69a6
parent74a417a5996f829f301853eeed363e5389226107
- beef up the --reversetop test option to embed RandomSet throughout the ORM
- with m2m we have to go back to the previous approach of having both sides of
the DP fire off, tracking each pair of objects.   history may not be consistently present
in one side or the other
- this revealed a whole lot of issues with self-referential m2m, which are fixed
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/test/assertsql.py
lib/sqlalchemy/test/config.py
lib/sqlalchemy/test/noseplugin.py
lib/sqlalchemy/topological.py
test/orm/test_unitofworkv2.py
test/perf/large_flush.py