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

Fix: Parse JSON for whereNull, whereNotNull, and whereIn query values #389

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

gwynndp
Copy link
Collaborator

@gwynndp gwynndp commented Feb 3, 2025

The values of whereNull, whereNotNull, and whereIn were strings as part of the query, but each needs to be parsed to arrays so that all the nested values can be applied in the filter.

@gwynndp gwynndp merged commit 1815d89 into Greenstand:main Feb 3, 2025
1 check passed
Copy link

github-actions bot commented Feb 3, 2025

🎉 This PR is included in version 1.74.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant