Patrick Rogg

Results 4 comments of Patrick Rogg

We have exactly the same issue @marklai1998. We followed the official docs on how to implement RLS. This basically means that transactions in our entire codebase don't work, since we...

@marklai1998 I think there might be an issue in your example. The second `await client.$executeRawUnsafe('YOUR RLS QUERY');` needs to be `await tx.$executeRawUnsafe('YOUR RLS QUERY');` I wrote a helper that can...

The only problem with your solution @marklai1998 is that you lose typing on the transaction client. Any way to fix this? I played around a bit, but couldn't find a...

Can confirm. Exporting the child task also works for me.