]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed a fairly critical bug in clause adaption/corresponding column in conjunction...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 May 2008 23:58:30 +0000 (23:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 9 May 2008 23:58:30 +0000 (23:58 +0000)
commitd3621ae961a869c6bdb68dc8738bb732d5b00dc1
tree44e74c9448322ead4058ccaec38bf9715f3858bc
parent6935add67eab74a2e64d86667059f7f0e476a6a5
- fixed a fairly critical bug in clause adaption/corresponding column in conjunction with annotations
- implicit order by is removed, modified many tests to explicitly set ordering, probably many more to go
once it hits the buildbot.
14 files changed:
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/sql/util.py
test/orm/assorted_eager.py
test/orm/eager_relations.py
test/orm/inheritance/poly_linked_list.py
test/orm/inheritance/query.py
test/orm/mapper.py
test/orm/memusage.py
test/orm/query.py
test/orm/unitofwork.py
test/sql/selectable.py