Yiming Cao
Yiming Cao
Closing for now. Please reactive if you run into it again.
Hi @tmax22 , thanks for filing this. I think having a fetch-based client makes a lot of sense. Maybe we should make a separate plugin to generate it. Right now,...
Hi @tmax22 , yes, I can understand it gets painful when the schema gets more and more complex. We'll think about this and also the overall generation performance. Thanks for...
Hi @sw34 , this sounds very strange. Do you see any error in the VSCode extension output panel?
Very strange ... does it happen to any model you work on? Or just one specific model. Do you have other vscode extension that can potentially interfere?
Hi @Siykt , ZenStack runs prisma with a normal "npx prisma" command so it shouldn't require prisma to be globally installed. In fact, most of the projects that use ZenStack...
Hi @jamiter , just a quick check: did it work with Prisma prior to 6.18?
Aggregating with "sum", etc. doesn't work with fields from delegate base because Prisma doesn't allow using a relation field to aggregate. However, "_count" seems to be a special one and...
Fixed in v2.11.0