[Bast-commits] r9539 - DBIx-Class/0.08/trunk
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Wed Jun 2 08:44:44 GMT 2010
Author: caelum
Date: 2010-06-02 09:44:44 +0100 (Wed, 02 Jun 2010)
New Revision: 9539
Modified:
DBIx-Class/0.08/trunk/Changes
Log:
update Changes
Modified: DBIx-Class/0.08/trunk/Changes
===================================================================
--- DBIx-Class/0.08/trunk/Changes 2010-06-02 07:03:33 UTC (rev 9538)
+++ DBIx-Class/0.08/trunk/Changes 2010-06-02 08:44:44 UTC (rev 9539)
@@ -23,7 +23,10 @@
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
More information about the Bast-commits
mailing list