laravel-oci8
laravel-oci8 copied to clipboard
feat: improve pagination performance
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