]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- figured out again why deannotate must clone()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 01:33:56 +0000 (20:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 01:33:56 +0000 (20:33 -0500)
commitd934ea23e24880a5c784c9e5edf9ead5bc965a83
tree788952f0c7e2ce44b2403ad3ab545257b6e94b77
parent0634ea79b1a23a8b88c886a8a3f434ed300691e2
- figured out again why deannotate must clone()
- got everything working.  just need to update
error strings
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
test/orm/test_mapper.py
test/orm/test_rel_fn.py
test/orm/test_relationships.py
test/sql/test_selectable.py