We handle pagination currently, by checking if the last item in the DB response is array type, and then if it is we know that is a set of pagination columns. But this was done when there were no array types in SQL. Now that we are going to support array types in SQL, need to double check that this won't break out pagination logic.
We handle pagination currently, by checking if the last item in the DB response is array type, and then if it is we know that is a set of pagination columns. But this was done when there were no array types in SQL. Now that we are going to support array types in SQL, need to double check that this won't break out pagination logic.