X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=04b33b2ba5a6e77ecaff2d42e024a7d8cbeda265;hp=0f93936fd7d2fbc09ecd2bf5e815b48b55358506;hb=75f025cf247e75869dcdfe46b37e24d4e0b15e8b;hpb=7ad315356c82a425365b88b6146617485897a4a0 diff --git a/Changes b/Changes index 0f93936..04b33b2 100644 --- a/Changes +++ b/Changes @@ -22,6 +22,9 @@ 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 + - Support for Generic Subquery limit "emulation" - awfully slow + and inefficient but works on almost any db, and is preferred + to a soft-limit - Fix as_subselect_rs to not inject resultset class-wide where conditions outside of the resulting subquery - Fix nasty potentially data-eating bug when deleting/updating