laravel-cursor-paginator icon indicating copy to clipboard operation
laravel-cursor-paginator copied to clipboard

fix: use built-in where function

Open jaulz opened this issue 4 years ago • 0 comments

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.

jaulz avatar Apr 26 '21 16:04 jaulz