]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added in Examples into the test suite so they get exercised regularly. Cleaned up...
authorMichael Trier <mtrier@gmail.com>
Mon, 27 Jul 2009 02:12:15 +0000 (02:12 +0000)
committerMichael Trier <mtrier@gmail.com>
Mon, 27 Jul 2009 02:12:15 +0000 (02:12 +0000)
commit34aaabf7ea18af8e8a7721238b5bba00e3532c4c
treee1073f8dc9a4b1b643e79a658b00a09c7da4d569
parent73554aa4fa60459cd949ca8ac690ac0746a7c445
Added in Examples into the test suite so they get exercised regularly. Cleaned up some deprecation warnings in the examples.
23 files changed:
CHANGES
examples/__init__.py [new file with mode: 0644]
examples/adjacencytree/__init__.py [new file with mode: 0644]
examples/association/__init__.py [new file with mode: 0644]
examples/collections/__init__.py [new file with mode: 0644]
examples/custom_attributes/__init__.py [new file with mode: 0644]
examples/derived_attributes/__init__.py [new file with mode: 0644]
examples/dynamic_dict/__init__.py [new file with mode: 0644]
examples/elementtree/__init__.py [new file with mode: 0644]
examples/elementtree/pickle.py
examples/graphs/__init__.py [new file with mode: 0644]
examples/nested_sets/__init__.py [new file with mode: 0644]
examples/pickle/__init__.py [new file with mode: 0644]
examples/pickle/custom_pickler.py
examples/poly_assoc/__init__.py [new file with mode: 0644]
examples/polymorph/__init__.py [new file with mode: 0644]
examples/polymorph/polymorph.py
examples/postgis/__init__.py [new file with mode: 0644]
examples/query_caching/__init__.py [new file with mode: 0644]
examples/sharding/__init__.py [new file with mode: 0644]
examples/vertical/__init__.py [new file with mode: 0644]
test/ex/__init__.py [new file with mode: 0644]
test/ex/test_examples.py [new file with mode: 0644]