Extend keyset order for not null check constraints
What does this MR do and why?
This MR changes the SimpleOrderBuilder
to check not null check constraints
.
By detecting not null check constraints, the keyset paginaton library can generate a much smaller query since it doesn't have to deal with null values.
Edited by Adam Hegyi