From: Peter Rabbitson Date: Wed, 5 May 2010 11:02:39 +0000 (+0000) Subject: Fix obsucre bug with as_subselect_rs (gah wrong commit msg) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75351a76c8be273b888aebc6465b18a9edfc6528;p=dbsrgits%2FDBIx-Class-Historic.git Fix obsucre bug with as_subselect_rs (gah wrong commit msg) --- diff --git a/Changes b/Changes index c05b16f..cb90856 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,8 @@ Revision history for DBIx::Class resultsets - MSSQL limits now don't require nearly as many applications of the unsafe_subselect_ok attribute, due to optimized queries + - Fix as_subselect_rs to not inject resultset class-wide where + conditions outside of the resulting subquery - Depend on optimized SQL::Abstract (faster SQL generation) 0.08121 2010-04-11 18:43:00 (UTC)