]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a slight inaccuracy in the sharding example.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Oct 2009 01:40:23 +0000 (01:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 Oct 2009 01:40:23 +0000 (01:40 +0000)
commited83a844bb143c5b04514800907726e875bf1e82
treed5f8bea17f22e6c9427b1453c099a660542711d3
parentaa557982fa2518e6d520ce17894093d5ed03c0eb
- Fixed a slight inaccuracy in the sharding example.
Comparing equivalence of columns in the ORM is best
accomplished using col1.shares_lineage(col2).
[ticket:1491]
CHANGES
examples/sharding/attribute_shard.py
test/orm/sharding/test_shard.py