You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add getTotalCount() tests for sorting parameters (#1758)
* Add getTotalCount() test on empty result for list() method
This is for consistency with the test for the criteria.
* Add getTotalCount() tests for sorting parameters
This is to check that a getTotalCount() implementation should not
have sorting in the generated query. Otherwise, depending on the
database and its strictness configuration, the query might fail.
0 commit comments