Alberto Schiabel

Results 301 comments of Alberto Schiabel

Hi @mplanchard, I agree this would be a useful configuration to support as 1st class citizen, rather than via an extension. I've found a few related issues as well: https://github.com/prisma/prisma/issues/12419,...

Hi @SupertigerDev @kmichaliq, when targeting ESM, this issue is solved by moving from the old `prisma-client-js` generator to [the new `prisma-client` generator](https://www.prisma.io/docs/orm/prisma-schema/overview/generators#field-reference-1). This Prisma Client generator will become the default...

> is what you suggesting fine to use in production right now? Hey @SupertigerDev, yes, is is. The only reason why we haven't marked `prisma-client` as "Generally Available" yet, is...

As no new comment was posted in the last two weeks, I'm now closing this issue as "solved with `prisma-client` generator". If you're still encountering similar problems with this generator...

We now have a working example of `@prisma/adapter-pg` + Next.js + Turborepo [here](https://github.com/prisma/prisma-examples/tree/79440c034c91d6614c4849c8cedfede4a1cb7902/generator-prisma-client/nextjs-starter-webpack-turborepo) (it should get merged in main next Monday, see https://github.com/prisma/prisma-examples/pull/8243). We expect Turborepo to work out of...

@LZL0, @toby-palau, @Sexual, did you all re-run `prisma generate` after installing the new version of `prisma` and `@prisma/client`? Can you please share a minimal reproduction of your project, so we...

Hi @serdarsen and @dipadana, this seems to be an issue for https://github.com/pnpm/pnpm, as Prisma doesn't do anything custom when being called via `pnpm`. Can you please ask there? Thanks :)...

Hi @anilk007, transaction errors may happen at runtime, that is to be expected. Unfortunately, ORMs like Prisma do not which action you want to perform on a ROLLBACK'd transaction upfront,...

Hi @yeswell, there are currently two ways to obtain a `SELECT AS`-like feature with Prisma. 1. Use [`@map`](https://www.prisma.io/docs/orm/reference/prisma-schema-reference#map) when you need want to set an alias for every query involving...

Thanks for opening this issue. Looks like this may be an instance of a known tsup issue: https://github.com/egoist/tsup/issues/596