X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=44430a5bd1c5f756b90cb8872957c9e769beee89;hp=584ceb8c852631680629c358b40637adafac0126;hb=b1d821deddb9183fb96810d71a046ee8abe71d13;hpb=47a435d239f7a6d8b5770698e6ae785c2f56b66a diff --git a/Changes b/Changes index 584ceb8..44430a5 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,8 @@ Revision history for DBIx::Class - +columns now behaves just like columns by not stripping a fully-qualified 'as' spec (i.e. foo.bar results in $obj->foo->bar) - Add full INSERT...RETURNING support for Oracle + - Deprecate use of -nest in search conditions (warn once per + callsite) * Fixes - Fixed read-only attribute set attempt in ::Storage::Replicated