include limit dialect in error
Matt S Trout [Mon, 18 Mar 2013 19:04:44 +0000 (19:04 +0000)]
lib/DBIx/Class/SQLMaker.pm

index 5e4edf3..53bead8 100644 (file)
@@ -162,7 +162,7 @@ sub select {
       if ($stability eq 'requires') {
         if ($self->converter->_order_by_to_dq($final_attrs{order_by})) {
           $self->throw_exception(
-            'Current limit/offset implementation requires a stable order for offset'
+            $self->limit_dialect.' limit/offset implementation requires a stable order for offset'
           );
         }
         if (my $ident_cols = $source->_identifying_column_set) {