Jan Piotrowski

Results 2422 comments of Jan Piotrowski

Please open a separate issue about this problem @juanjalvarez - this sounds new to me.

I am not sure this is actually true. `findOne` (now called `findUnique`) and `findFirst` are different things.

Migrate use case was e.g. here: https://github.com/prisma/prisma/discussions/6700 What I told the user there should optimally be available via docs.

Please make sure that the need to put this somewhere more safe and hidden is tracked. Super scary, even if it needs 5 confirmations.

Right now `update` is fully replacing the value of your `userMetadata` column by design. You would have to read the data, modify it yourself and then write it back to...

No, unless someone points out a better issue, this is now the issue tracking this feature being wished for and later prioritized and implemented. Improving the Json behavior and functionality...

Are you testing Prisma Studio @leafyshark? If not, please report this at https://github.com/prisma/prisma and include more information. We would be very interesting in figuring this out of course. (Are you...

As simple as adding this to the returned `body`: ``` nodeVersion: process.versions.node, ```

Seems the following tests ran into concurrency problems: ### Netlify-CLI binary: ``` expected: ***"version":"4.17.0-dev.86","createUser":***"id":"12345","email":"[email protected]","name":"Alice"***,"updateUser":***"id":"12345","email":"[email protected]","name":"Bob"***,"users":***"id":"12345","email":"[email protected]","name":"Bob"***,"deleteManyUsers":***"count":1***,"files":["index-browser.js","index.d.ts","index.js","package.json","query-engine-rhel-openssl-1.0.x","runtime","schema.prisma"]*** but got: ***"version":"4.17.0-dev.86","createUser":***"id":"12345","email":"[email protected]","name":"Alice"***,"updateUser":***"id":"12345","email":"[email protected]","name":"Bob"***,"users":***"id":"12345","email":"[email protected]","name":"Bob"***,"deleteManyUsers":***"count":1***,"files":["index-browser.js","index.d.ts","index.js","libquery_engine-rhel-openssl-1.0.x.so.node","package.json","runtime","schema.prisma"]*** ``` ### Netlify-Github, library: ``` rdata: ***"errorType":"PrismaClientKnownRequestError","errorMessage":"\nInvalid `client.user.create()` invocation in\n/var/task/functions/index.js:10:40\n\n 7 \n 8...