Matías Duhalde
Matías Duhalde
I also have a need for this. AFAIK currently there's no way to directly modify the `components.responses` element of the OpenAPI document, so It would be a nice addition. But...
Seems to be caused by PR #11734 included in the latest pre-release version 1.19.2, particularly this regular expression that matches a string containing characters normally contained in a glob pattern:...
In the end this was fixed in v1.19.5, so I'll be closing this issue.
I'm also encountering this bug in version `4.15.0`. Extending on this comment https://github.com/prisma/prisma/issues/7093#issuecomment-1107870721 , in my case the primary key is decorated with `@default(uuid())`.
Adding to my previous comment, I found another interesting detail: The workaround, as discussed, is making the declaration of all relations consistent, but this becomes problematic when one of the...
@benhickson Thanks for the reply. Yep, in my case null is the database default. I'm implementing prisma as an abstracted service, that already receives the models validated and prepopulated. So...
Hey @benhickson I guess that depends on the schema, if both foreign keys are located in the table of the entity we're trying to create, it should work without problems....