steebchen / prisma-client-go

Prisma Client Go is an auto-generated and fully type-safe database client
https://goprisma.org
Apache License 2.0
2.02k stars 96 forks source link

Upgrading from v0.37.0 to v0.38.0 cause error #1312

Open Alexandre-Stoppini-Cyberdian opened 5 days ago

Alexandre-Stoppini-Cyberdian commented 5 days ago

I use prsima in a library dedicated to SQL operation, with the upgrade from v0.37.0 to v0.38.0 on a service using this library I can't use the library anymore (wich uses a prisma DB generated in 0.37.0). The following error is returned from client.Prisma.Connect() : ensure: no binary found.

If it's an expected behavior then I'll close the issue, if not I'm glad to help

steebchen commented 5 days ago

Did you re-generate the client or how does your deployment work?