]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed "double iter()" call causing bus errors
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Nov 2008 15:59:34 +0000 (15:59 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Nov 2008 15:59:34 +0000 (15:59 +0000)
commit181424b743ba59ec2b6631b4d914df136757d2fd
treec0512da35840f20325101ef6013c180d8e605941
parentfc779a83554374d88d4cbda4361c118ff878d9e9
- fixed "double iter()" call causing bus errors
in shard API, removed errant result.close()
left over from the 0.4 version. [ticket:1099]
[ticket:1228]
CHANGES
lib/sqlalchemy/orm/shard.py
test/orm/sharding/shard.py