Angelo
07/26/2021, 10:31 AMcached plan must not change result typeAfter some googling I came up with a stackoverflow answer with people that managed to avoid that problem by doing this in the java driver
You can avoid the problem by configuring yourSo I was trying to see if Prisma had an option like that anywhere but couldn’t find any reference to it, does someone know what the problem is or if there is such a setting that I can set in Prisma?driver withpgjdbc
.autosave=conservative
Ryan
07/27/2021, 6:29 AM