Brian

Results 4 comments of Brian

This is fixed with https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60545.

I am hitting a similar issue here with `COUNT(*)` and a `CASE` statement that `CAST`s to an enum. They all end up nullable in the generated types.

Just upgraded to `5.19.0`, I am getting a similar error (using nix) ``` PrismaClientInitializationError: Unable to require(`/runner/_work/app/app/libs/api/db/generated/client/libquery_engine-debian-openssl-1.1.x.so.node`). Prisma cannot find the required `libssl` system library in your system. Please install...

This is actually still sad for me ``` PrismaClientInitializationError: Unable to require(`/runner/_work/app/libs/db/generated/client/libquery_engine-debian-openssl-1.1.x.so.node`). Prisma cannot find the required `libssl` system library in your system. Please install openssl-1.1.x and try again. Details:...