From 8ab80111586fc84e96c5f8daee96966f65cf6af4 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Tue, 5 Aug 2014 12:25:23 -0400 Subject: [PATCH] s/applied to the after/applied to the query after/ --- lib/DBIx/Class/ResultSet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index c799da793..d5909e93f 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -4448,7 +4448,7 @@ A arrayref of columns to group by. Can include columns of joined tables. =back HAVING is a select statement attribute that is applied between GROUP BY and -ORDER BY. It is applied to the after the grouping calculations have been +ORDER BY. It is applied to the query after the grouping calculations have been done. having => { 'count_employee' => { '>=', 100 } }