Yiming Cao
Yiming Cao
Hi @AliNectar , how is Kysely involved here? Are you using a prisma kysely generator?
Have you checked if the generated Prisma schema is correct? The Kysely generator is run by the standard Prisma generate command.
> There were no changes in the generated Prisma schema file. (only the expected change of adding [@ignore](https://github.com/ignore)). But note that we use supabase. And supabase implicitly creates tables for...
Hi @NatoBoram , this window is used to introduce major new features and it should only show up once. Do you find it appears repeatedly?
Thanks for filing it. The bug is a nasty one: when enforcing access policies, we have to execute some nested operations separately, which effectively breaks the order. Please make multiple...
Hi @zupamario , thanks for filing this. I think it makes sense to add it as an option to the RESTAPIHandler. Would you be interested in making a PR? I'll...
Related https://github.com/colinhacks/zod/issues/3378
Hi @zngly-vlad , the "prisma-client" generator is still in early access and completely untested with ZenStack yet.
Thank you! Appreciate it!
Hi @mhodgson , I appreciate your time researching the issue and sharing the findings. We'll evaluate it and will share thoughts back here soon!