Serhii Tatarintsev
Serhii Tatarintsev
Separate issue for `$composites: true does not support recursive composite types.` on mongo #18735
Hi @shmuelsochet! That's interesting error. After some internal discussions, we concluded that the JSON protocol correctly reports validation error in this case, and it's the current default, GraphQL protocol that...
@dbrxnds could you re-run on of the failing tests with `DEBUG=prisma:*` environment variable and post the logs prisma client output? That would greatly help with reproducing it.
Hi @ghostlexly. > ``` > export const prisma = new PrismaClient().$extends({ > result: { > $allModels: { > uri: { > compute(model: any) { > console.log(model.modelName); // return `${model}/${model.id}`; >...
Note for the future: here is a couple of ideas of how this feature might look like once we get to it: ## `getExtensionContext` This is consistent with how we...
Hey @bkmahapatra27 , With the lack of information and our inability to reproduce this issue, we're now closing it. Feel free to comment if you have any updates about it....
Can confirm on latest `main` (5.11.0-dev). [Internal link](https://github.com/prisma/reproductions/tree/ac1c19edc201787e42c96680019caa7b58995708/gh-22384)
Hi @tiagoernst. We'll need to see the schema and migration direcoty in order to reproduce the problem. If you don't want to share them publically, you can send email to...
@cjscheller would it be possible to provide an isolated reproduction for the issue if it still happening to you?
Hey @ChristianJacobsen , Did you get a chance to have a look at my previous comment? It'd be helpful for us to move your issue forward. Without further information, we'll...