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(qe): Add comparison for uuid <-> uuid for batching #4857

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Druue
Copy link
Contributor

@Druue Druue commented May 8, 2024

allows e.g. "xxxxxxxx-xxxx...." == "xxxxxxxxxxxx..."

closes prisma/prisma#13552

e.g. "xxxxxxxx-xxxx...." == "xxxxxxxxxxxx..."
@Druue Druue added this to the 5.14.0 milestone May 8, 2024
@Druue Druue requested a review from a team as a code owner May 8, 2024 11:36
@Druue Druue requested review from jkomyno and removed request for a team May 8, 2024 11:36
@Druue Druue marked this pull request as draft May 8, 2024 12:10
Copy link
Contributor

@SevInf SevInf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, I am gonna block this for now.
Currently. implementation does coercion for every string that looks like UUID which is incorrect - not every UUID-looking string is a UUID and we should not just declare it to be equal to a different string.

@Druue Druue requested review from SevInf and Weakky and removed request for jkomyno May 8, 2024 12:32
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.

Error query by UUID in batched queries
2 participants