X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3efcfb4a6086f2714e6a3777e29dc23e8088303a;hb=e9657379908899b73ff92948a4cd19b6f875e10f;hp=c4be9795e3bf94510caa9ed9220e55583083e64c;hpb=868a7b264bff6ab391094079c1a631281cacef0b;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Changes b/Changes index c4be979..3efcfb4 100644 --- a/Changes +++ b/Changes @@ -23,7 +23,10 @@ Revision history for DBIx::Class 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 + to software limit emulation + - Sybase ASE driver now uses SET ROWCOUNT where possible, and + Generic Subquery otherwise for limit support instead of always + using software limit emulation * Fixes - Fix nasty potentially data-eating bug when deleting/updating