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 UUID's breaking relationship filters with POSTGRES #9155

Merged
merged 4 commits into from
Jun 24, 2024
Merged

Conversation

dcousens
Copy link
Member

As described in #8884, this pull request prevents malformed UUIDs from being added to the search query, which then results in Prisma throwing an error breaking the search filters.

Copy link

codesandbox-ci bot commented May 23, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 6303d1f:

Sandbox Source
@keystone-6/sandbox Configuration

@dcousens
Copy link
Member Author

dcousens commented May 24, 2024

Only thing blocking this is some form of testing, whether manually verified or automated - I intend to try to do that next week

@dcousens dcousens added the 🐛 bug Unresolved bug label Jun 24, 2024
@dcousens dcousens self-assigned this Jun 24, 2024
@dcousens dcousens merged commit 0aa7317 into main Jun 24, 2024
43 checks passed
@dcousens dcousens deleted the uuid-fix branch June 24, 2024 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Unresolved bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants