SOLVED: Create w/ sub create: Subquery returned more than 1 value
Per the documentation, I'm fairly certain I'm using this correctly. However, I'm getting the following error. We are on MSSQL and Prisma 5.11.0
Seeing as the error is coming from the MSSQL Server, is this a limation on MSSQL? If so, is there plans to fix and/or is there a workaround?
1 Reply
I figured this out, we had a trigger on a table that was causing a problem and returning data that Prisma didn't like.