Skip to content
Snippets Groups Projects
Verified Commit f04220c0 authored by Jiří Pudil's avatar Jiří Pudil
Browse files

fix empty orderBy on newer postgres versions

(cherry picked from commit 1d34fbbd)
parent 149a7104
Branches 0.10.x
Tags 0.10.3
No related merge requests found
Pipeline #57261 passed
......@@ -91,7 +91,7 @@ final class TableManager
return $orderBy->toSql()->getValues();
})
: [['%b', true]],
: [['%sql', 'true::boolean']],
'%lmt', $paginator?->getItemsPerPage(),
'%ofs', $paginator?->getOffset(),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment