laravel-oci8 icon indicating copy to clipboard operation
laravel-oci8 copied to clipboard

feat: improve pagination performance

Open yajra opened this issue 1 year ago • 15 comments

Improve pagination performance by using ROW_NUMBER() and handling default orders.

fix: #878, #870 test: pagination improvement SQL changes fix: subSelect where in query fix: pagination when using fromSub

yajra avatar Aug 09 '24 07:08 yajra