Permalink
Please sign in to comment.
Browse files
Making Query::count() return consistent results. It was trying to be too
smart on what it needed to return. In some cases it returned the total rows found and in other cases the total rows fetched. Having a consisten result. This method, while very mariginally slower, will always return the correct result.
- Loading branch information...
0 comments on commit
9f8505f