]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
convert @decorators to old-style function calls for python 2.3's benefit
authorJonathan Ellis <jbellis@gmail.com>
Thu, 31 Jul 2008 18:28:33 +0000 (18:28 +0000)
committerJonathan Ellis <jbellis@gmail.com>
Thu, 31 Jul 2008 18:28:33 +0000 (18:28 +0000)
commite93893af434eebf85a322e436d48ccd111f8f5d9
treec49166a0b0a802fcf2c9ccdd8541a8c5766da692
parentb23213bc36986234749f80f606e47e3ef73c00aa
convert @decorators to old-style function calls for python 2.3's benefit
53 files changed:
test/dialect/mysql.py
test/dialect/postgres.py
test/dialect/sqlite.py
test/engine/bind.py
test/engine/ddlevents.py
test/engine/execute.py
test/engine/metadata.py
test/engine/reconnect.py
test/engine/reflection.py
test/engine/transaction.py
test/ext/activemapper.py
test/ext/assignmapper.py
test/ext/associationproxy.py
test/ext/declarative.py
test/orm/association.py
test/orm/assorted_eager.py
test/orm/attributes.py
test/orm/cascade.py
test/orm/collection.py
test/orm/dynamic.py
test/orm/eager_relations.py
test/orm/entity.py
test/orm/expire.py
test/orm/generative.py
test/orm/inheritance/basic.py
test/orm/inheritance/manytomany.py
test/orm/inheritance/poly_linked_list.py
test/orm/lazy_relations.py
test/orm/mapper.py
test/orm/memusage.py
test/orm/naturalpks.py
test/orm/onetoone.py
test/orm/query.py
test/orm/relationships.py
test/orm/selectable.py
test/orm/session.py
test/orm/sessioncontext.py
test/orm/unitofwork.py
test/profiling/compiler.py
test/profiling/pool.py
test/profiling/zoomark.py
test/sql/case_statement.py
test/sql/constraints.py
test/sql/defaults.py
test/sql/functions.py
test/sql/generative.py
test/sql/query.py
test/sql/quote.py
test/sql/select.py
test/sql/selectable.py
test/sql/testtypes.py
test/sql/unicode.py
test/testlib/fixtures.py