]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added unittest for sharding module
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Jul 2007 18:57:56 +0000 (18:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 25 Jul 2007 18:57:56 +0000 (18:57 +0000)
commite3908c916e0fe308c7e58d9563bfe5176b03d81e
treebbb5ee329cdc69aea11228d5c97687c11f94c2ac
parent1fa2017b50c2657717180a003dc348a7a30958f7
- added unittest for sharding module
- fixed shard test/example datatype to "Float" since Numeric
behavior has changed
- added docstrings to sqlalchemy/orm/__init__.py functions;
still need to proof within generated HTML pages/fix errors
- added engine.threadlocal to docs, removed old mods.threadlocal
doc/build/gen_docstrings.py
examples/sharding/attribute_shard.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/alltests.py
test/orm/mapper.py
test/orm/sharding/__init__.py [new file with mode: 0644]
test/orm/sharding/alltests.py [new file with mode: 0644]
test/orm/sharding/shard.py [new file with mode: 0644]
test/testlib/tables.py