Jan Piotrowski

Results 2422 comments of Jan Piotrowski

No, this happens in the Rust Engine part of Prisma. Please make sure to open another issue for the underlying feature request.

The PR would be fine for informational purposes for us and users, who might want to copy your approach. We would probably not consider merging it though, as we want...

That sounds like the user has _some_ permissions to see the table, but not the columns in there - just by going by the error message you posted.

What commands exactly did you use as a workaround for PostgreSQL @theMogget?

We are aware that there are many things we could do, but we are only human and have to prioritize some things or will get _nothing_ done at all as...

Is this the full error message here @stemis? No `PrismaClientKnownRequestError` from Prisma Client? That would make this a pretty bad bug vs. just an inconvenient error message. Or should the...

Ok, the `$transaction` makes this definitely a separate problem - can you open a new bug issue and fill the complete issue template? Maybe you can try to see if...

It looks to me that the original problem that @matthewmueller reported has been fixed, and is now a `PrismaClientKnownRequestError` with code `P2025`: ``` > node .\script.js PrismaClientKnownRequestError: Invalid `prisma.types.delete()` invocation...

Can you elaborate exactly the problem this causes for RLS? I am not sure I follow.