]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some ordering fixes on DISTINCT for PG 8.4, mysql rel_0_5_6
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Sep 2009 23:53:03 +0000 (23:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 12 Sep 2009 23:53:03 +0000 (23:53 +0000)
commit654d245c91c9eae6d5dd80bce4f20f90c358a51e
tree70c2a35f94fc929d79ef16e4999c9e618d3dae6c
parent6ace11dd787cb69a021892fc58d614c797eef49b
- some ordering fixes on DISTINCT for PG 8.4, mysql
- forwards compat "postgresql" name available for --db, engine urls
CHANGES
lib/sqlalchemy/databases/postgresql.py [new file with mode: 0644]
lib/sqlalchemy/test/config.py
test/orm/test_eager_relations.py
test/orm/test_lazy_relations.py
test/orm/test_query.py