]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
merged -r6204:6233 of trunk
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Aug 2009 18:40:53 +0000 (18:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Aug 2009 18:40:53 +0000 (18:40 +0000)
commit4e62a5f61c47d8320a6acd6d9d36c97030a82cdc
treea865ca9ab39153d5f40d670172364213f4d6f517
parentcf15e3068fc91dd31730bede24831a5ec97b471e
merged -r6204:6233 of trunk
32 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]
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
setup.cfg
test/ex/__init__.py [new file with mode: 0644]
test/ex/test_examples.py [new file with mode: 0644]
test/ext/test_declarative.py
test/orm/test_mapper.py
test/orm/test_query.py
test/sql/test_selectable.py