CHANGES in db-charmer-1.6.1 vs CHANGES in db-charmer-1.6.2
- old
+ new
@@ -1,4 +1,11 @@
+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.
+
+----------------------------------------------------------------------------------------
1.6.1 (2010-03-31):
Breaking change from now on all connection-switching methods (both in migrations and in
models) are controlled by a single option DbCharmer.connections_should_exist. This
option is false by default in all non-production environments. Check out README for