fix(qc): don't panic on placeholders in full text search#5746
Merged
graphite-app[bot] merged 1 commit intomainfrom Jan 28, 2026
Merged
fix(qc): don't panic on placeholders in full text search#5746graphite-app[bot] merged 1 commit intomainfrom
graphite-app[bot] merged 1 commit intomainfrom
Conversation
This was referenced Jan 20, 2026
Member
Author
CodSpeed Performance ReportMerging this PR will not alter performanceComparing Summary
Footnotes
|
Contributor
Wasm Query Compiler File Size
|
b48f547 to
1f46a2b
Compare
93c551d to
669d4a8
Compare
1f46a2b to
d5e1478
Compare
669d4a8 to
61433e2
Compare
jkomyno
approved these changes
Jan 21, 2026
Merge activity
|
`matches`/`not_matches` operations needed to be adjusted to accept placeholders. The corresponding fields in DMMF were already marked as parameterizable so QC panicked in Client tests here.
61433e2 to
541b063
Compare
d5e1478 to
f3eee96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

matches/not_matchesoperations needed to be adjusted to acceptplaceholders. The corresponding fields in DMMF were already marked as
parameterizable so QC panicked in Client tests here.