]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 testing...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Dec 2008 17:57:15 +0000 (17:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Dec 2008 17:57:15 +0000 (17:57 +0000)
commitbe5d3263436b81fb179c8189f1064d477d5fb3e6
tree7f99d53445ef85d4bce4fcf6b5e244779cbcde1c
parent98d7d70674b443d1691971926af1b1db4d7101dc
merged -r5299:5438 of py3k warnings branch.  this fixes some sqlite py2.6 testing issues,
and also addresses a significant chunk of py3k deprecations.  It's mainly
expicit __hash__ methods.  Additionally, most usage of sets/dicts to store columns uses
util-based placeholder names.
34 files changed:
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py
test/base/utils.py
test/ext/serializer.py
test/orm/assorted_eager.py
test/orm/collection.py
test/orm/utils.py
test/pickleable.py
test/sql/selectable.py
test/sql/testtypes.py
test/testlib/compat.py
test/testlib/engines.py
test/testlib/fixtures.py
test/testlib/testing.py
test/zblog/user.py