From: Ash Berlin Date: Sun, 14 Jan 2007 15:24:03 +0000 (+0000) Subject: Make not of introduction of ResultSourceHandle X-Git-Tag: v0.08010~150^2~107 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98b33afda51d00dc7d56a93b31eb815c6d37ac01;p=dbsrgits%2FDBIx-Class.git Make not of introduction of ResultSourceHandle --- diff --git a/Changes b/Changes index f7ac47c..b97d98b 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for DBIx::Class - mark DB.pm and compose_connection as deprecated - switch tests to compose_namespace - ResltClass::HashRefInflator added + - Changed row and rs objects to not have direct handle to a source, + instead a (schema,source_name) tuple of type ResultSourceHandle 0.07999_01 2006-10-05 21:00:00 - add connect_info option "disable_statement_caching"