laravel-cursor-paginator
laravel-cursor-paginator copied to clipboard
fix: use built-in where function
Currently, I face a lot of issues (operator does not exist) because Postgres requires correct types (e.g. you cannot compare a string with a timestamp). Using this PR the conversions will be applied via Eloquent directly. In my opinion it also makes the where condition easier to read.