Merged
Conversation
Contributor
WalkthroughRe-enabled a previously disabled test case for PostgreSQL case-insensitive field matching. The test now uses explicit schema qualification for the citext extension and type references, verifying case-insensitive email queries work correctly. Changes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
size-limit report 📦
|
aqrln
approved these changes
Dec 12, 2025
jkomyno
pushed a commit
that referenced
this pull request
Dec 16, 2025
[TML-1647](https://linear.app/prisma-company/issue/TML-1647/fix-broken-citext-integration-test) The issue is that the CITEXT is not in the search path during the execution of the query. The query just returns an empty list of rows and the comparison fails silently. The schema search path problem is linked to the known issue of adapter-pg not behaving like the Rust driver with regard to the schema parameter. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Tests** * Re-enabled case-insensitive field matching test for PostgreSQL with improved configuration, enhancing test coverage for the feature. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
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.
TML-1647
The issue is that the CITEXT is not in the search path during the execution of the query. The query just returns an empty list of rows and the comparison fails silently.
The schema search path problem is linked to the known issue of adapter-pg not behaving like the Rust driver with regard to the schema parameter.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.