CHANGES in db-charmer-1.6.2 vs CHANGES in db-charmer-1.6.3
- old
+ new
@@ -1,4 +1,10 @@
+1.6.3 (2010-04-03):
+
+Bugfix release: Modified stub connection initialization code to set default connections
+for sharded models using shards enumeration or default shard features of sharding methods.
+
+----------------------------------------------------------------------------------------
1.6.2 (2010-04-03):
Bugfix release: Modified our stub connection used on sharded models to fail on db-calling
methods only. Proxy the rest to a real shard connection. Another bug fixed in db_block_map
sharding method: we didn't increment block counters when assigning blocks to shards.