Skip to content

Commit 3802c68

Browse files
author
Phil E. Taylor
committed
Improve SQL for postgres compatibiltiy
1 parent da2c526 commit 3802c68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/src/MVC/Model/ListModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ public function getisBlankSlate()
162162
->clear('select')
163163
->clear('values')
164164
->clear('bounded')
165+
->clear('limit')
166+
->clear('order')
165167
->clear('where')
166168
->select('count(*)');
167169

0 commit comments

Comments
 (0)