mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix code docs for SQLSelect::count()
This commit is contained in:
parent
d2fa01fb17
commit
4353d35c0a
@ -568,9 +568,7 @@ class SQLSelect extends SQLConditionalExpression {
|
||||
|
||||
|
||||
/**
|
||||
* Return the number of rows in this query if the limit were removed. Useful in paged data sets.
|
||||
*
|
||||
* @todo Respect HAVING and GROUPBY, which can affect the result-count
|
||||
* Return the number of rows in this query, respecting limit and offset.
|
||||
*
|
||||
* @param string $column Quoted, escaped column name
|
||||
* @return int
|
||||
|
Loading…
Reference in New Issue
Block a user