mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#511 - PagedList getTotalRowCount() includes soft deleted rows in its count
This commit is contained in:
@@ -529,6 +529,9 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
|
||||
if (detail != null) {
|
||||
copy.detail = detail.copy();
|
||||
}
|
||||
if (temporalMode == TemporalMode.DRAFT) {
|
||||
copy.temporalMode = TemporalMode.DRAFT;
|
||||
}
|
||||
|
||||
copy.firstRow = firstRow;
|
||||
copy.maxRows = maxRows;
|
||||
|
||||
Reference in New Issue
Block a user