Alberto Schiabel

Results 301 comments of Alberto Schiabel

I confirm that this is related to https://github.com/prisma/prisma/issues/21867. If our PlanetScale drivers were set up to be using `relationMode = "foreignKeys"` in the query-engine test suite, the OCC test cases...

Hi @dawnmist Thanks for opening this issue. With > yarn 4.0.2 with `pnpm` linker are you referring to [this yarn 4 setting](https://yarnpkg.com/configuration/yarnrc#nodeLinker)? Did you encounter this issue only after upgrading...

Updates: - `new::interactive_tx::itx_isolation::basic_serializable` and `casing_doesnt_matter` likely showcase a problem in the test setup itself, as this issue isn't reproducible in TypeScript. See: https://github.com/prisma/team-orm/issues/973.

Using `prisma-fmt-wasm`, the following now works: - `./prisma/schema.prisma` is a self-standing Prisma schema that is valid on its own ```prisma datasource db { provider = "postgresql" url = env("DBURL") }...

Using `prisma-fmt-wasm`, consider the following: - `./prisma/schema.prisma` is a self-standing Prisma schema that is valid on its own ```prisma datasource db { provider = "postgresql" url = env("DBURL") } model...

I confirm that applying these changes to `prisma/prisma` allows us to uncomment [these failing tests](https://github.com/prisma/prisma/blob/741ee451af7f527b7cf63678664d44217533c2cd/packages/migrate/src/__tests__/DbPull/sqlite.test.ts#L371-L434).

> #### ❌ WASM query-engine performance will worsen by 1.83% > Full benchmark report > After changes in [0ee5905](https://github.com/prisma/prisma-engines/commit/0ee5905c69b382297d7974cdd38f700164b07ad4) This report doesn't make any sense. Wasm Query Engine isn't affected...

Currently expected, as Prisma doesn't support `createMany` at all for SQLite. I believe we already have another issue for this

Hi, is there a Slack conversation this PR is inspired from? I'm just trying to understand what prompted this PR, before reviewing that.

> Also sharing for early feedback and to start a discussion: I still have doubts about tsify. Is `IntoWasmAbi` meant to be implemented like that? I'm not familiar enough with...