Serhii Tatarintsev
Serhii Tatarintsev
This is not a stacktrace, this is an extended pretty-printend message. If you want to disable this formatting, you can supply `{ errorFormat: "minimal" }` option to the client constructor....
@Akxe could you answer a couple of questions regarding you reproduction: 1. You are reporting issue in `upsert`, however, you reproduction does not do any upserts - it does `findMany`....
I can not reproduce the issue with the provided gist. Problem with the code is that you are trying to supply stream as input to `createMany` and prisma does not...
Hey @pencilcheck , 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...
Hey @pencilcheck , 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....
Hey @DarkerMinecraft , 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....
@alexdoan102 I am quite confused. You keep repeating that pothos works with `runtimeDataModel`. If that's the case, why do you still need `Prisma.dmmf`?
Hi, @justinsmid. Thanks for the request. I am curious, why doing something like this won't work for your use-case? ```ts const user = await db.user.findUniqueOrThrow({ where: { id: 123} })...
I beleive that [Client Extensions](https://github.com/prisma/prisma/issues/15074#issuecomment-1282419200) would allow to solve it way better than any of the suggested options here. Rough sketch of how that extension might look like with a...
Hey @lifeiscontent , Do you have any update? It'd be helpful for us to move your issue forward. Without further information, we'll have to close this issue. Thank you 🙏