From: Rafael Kitover Date: Wed, 2 Jun 2010 08:44:44 +0000 (+0000) Subject: update Changes X-Git-Tag: v0.08122~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=5106b8a9253b42b3183dc103c8bb077baa284891 update Changes --- 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