Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set connection timeout & Ability to use 'IN' operator in where statements #16

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

AdamRollinson
Copy link
Contributor

Few updates from me, I had a need for the connectTimeout to be set as well as needed to use the 'IN' operator

example:

$deals = Deal::take($limit)
                ->where('dealstage', 'IN', ['teststage', 'testingstage'])
                ->get();

@jszobody jszobody merged commit 7c07593 into stechstudio:main Aug 1, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants