hi everyone, i had a question about prisma’s handl...
# orm-help
k
hi everyone, i had a question about prisma’s handling of CITEXT. it appears that there might be a recent regression that changes CITEXT default treatment from case-insensitive to case-sensitive. i’m happy to submit a pr to attempt to fix this, though i’d greatly appreciate a few pointers in terms of where i should be looking at
1
has anyone else experienced anything like this?
if not, does anyone know where in the prisma codebase i should be looking at to attempt to fix this?
n
Hi Kerem 👋 I can see that you have already created a PR: #14889 Thanks for doing that. Our engineering team is monitoring the PRs so they should be able to get back to you on that. I would also suggest creating a Bug Report for this regression
k
thanks for getting back to me @Nurul. i’ll look into the bug report today. in the meantime, will you be able to point me in the right direction for where the relational queries get translated to
where in
queries? i have a pretty strong hunch that that’s where the bug is at, and i’ll be more than happy to add an actual solution to my PR, on top of the failing test
n
I am not entirely sure where the conversion happens, but it must be in the Query Engine in our Prisma Engines repository.