Benjamin Zecirovic
Benjamin Zecirovic
**Description and expected behavior** After trying to upgrade ZenStack to v2, I discovered a bug when trying to call `/api/model/membership/findMany` (see error message). Every other table was working fine, expect...
**Description and expected behavior** After trying to implement the new check() function in the access control, I found out that when adding the future() function in another policy, it will...
**Is your feature request related to a problem? Please describe.** It would be nice, if its possible to count a relation field in a model and create access policies with...
**Is your feature request related to a problem? Please describe.** When adding or updating an existing validation, for example the password field in the user model, the user cannot update...
### Hey there 👋 First of all, thank you for the awesome work you’re doing with ZenStack — it’s been really inspiring to follow, especially your [blog post about connecting...
**Description and expected behavior** It seems that there are some issues filtering `Json` fields with `Prisma.DbNull`, `Prisma.JsonNull` & `Prisma.AnyNull`. While Prisma detects it correctly, neither the hooks nor fetching directly...