Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getTotalCount() with Hibernate for sorting parameters
Don't have sorting in the generated query. Otherwise, depending on the database and its strictness configuration, the query might fail. The `PagedResultSpec` in `grails-datastore-gorm-tck` covers this.
- Loading branch information