Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

fix: use built-in where function #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jaulz
Copy link

@jaulz jaulz commented Apr 26, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant