From: Robert Buels Date: Mon, 10 Aug 2009 22:46:35 +0000 (+0000) Subject: added blub to Changes for pg_unqualified_schema branch X-Git-Tag: v0.08109~2^2~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=c0f4f8bb0640858d094a3c9110badcdc08f91606 added blub to Changes for pg_unqualified_schema branch --- diff --git a/Changes b/Changes index 9b7da53..b195f04 100644 --- a/Changes +++ b/Changes @@ -30,7 +30,9 @@ Revision history for DBIx::Class - Deal with the distinct => 1 attribute properly when using prefetch - Multiple POD improvements - + - Improved support for non-schema-qualified tables under + Postgres. + - Fixed last_insert_id sequence detection. 0.08108 2009-07-05 23:15:00 (UTC) - Fixed the has_many prefetch with limit/group deficiency -