Merge 'storage-tweaks' into 'trunk'
Peter Rabbitson [Thu, 14 May 2009 13:40:19 +0000 (13:40 +0000)]
1  2 
Changes
Makefile.PL
t/lib/DBICTest.pm

diff --cc Changes
+++ b/Changes
@@@ -12,10 -10,6 +12,15 @@@ Revision history for DBIx::Clas
            (similar to DBIx::Class::Storage::DBI::ODBC)
          - Proper support for update/delete of joined resultsets
            (using IN => $sub_rs->as_query)
 +        - Refactor InflateColumn::DateTime to allow components to
 +          circumvent DateTime parsing
 +        - Support inflation of timestamp datatype
 +        - Support BLOB and CLOB datatypes on Oracle
++        - Storage::DBI::Replicated::Balancer::Random:
++          added master_read_weight
++        - Storage::DBI::Replicated: storage opts from connect_info,
++          connect_info merging to replicants, hashref connect_info support,
++          improved trace output, other bug fixes/cleanups
  
  0.08102 2009-04-30 08:29:00 (UTC)
          - Fixed two subtle bugs when using columns or select/as
diff --cc Makefile.PL
Simple merge
index d1d53c5,5282467..70501bf
mode 100644,100755..100644