Jan Piotrowski

Results 796 issues of Jan Piotrowski

Migrate this schema: ```prisma // This is your Prisma schema file, // learn more about it in the docs: https://pris.ly/d/prisma-schema generator client { provider = "prisma-client-js" } datasource db {...

bug/2-confirmed
kind/bug
topic: re-introspection
tech/engines
topic: dates / DateTime
topic: mysql
domain/schema
topic: dbgenerated
topic: DEFAULT CURRENT_TIMESTAMP
topic: ON UPDATE CURRENT_TIMESTAMP

## Problem Sometimes the database just has to go, to be recreated from nothing. Would be nice if Prisma CLI would help me with that. ## Suggested solution `prisma db...

kind/feature
topic: cli
domain/schema

# Feature Request ## Motivation Behind Feature Currently there is not feedback or output if your `build.json` is not even applied because the `ios` key is missing or similar problems....

# Bug Report ## Problem ### What is expected to happen? `cordova requirements` should treat all the software it checks for equally and show similar error message for similar problems....

bug

In [Prisma ORM 5.11.0](https://github.com/prisma/prisma/releases/tag/5.11.0) we released support for edge function deployments - but only support Cloudflare Workers and Pages, and Vercel Edge Functions and Middlewares, for now. Supabase and Netlify...

kind/feature
domain/client
topic: deployment/netlify
topic: deno
topic: deployment/supabase
topic: edge functions

If you use a custom generator, the output currently looks like this: ``` ✔ Generated Prisma Client to .\node_modules\@prisma\client in 287ms ✔ Generated Prisma Test Utils to .\prisma\node_modules\@generated\prisma-test-utils in 3.50s...

kind/improvement
topic: generator
topic: prisma generate
topic: dx
tech/typescript
good first issue
domain/client

Confusion around about our Json support for SQL Server: [prisma.io/docs/reference/api-reference/prisma-schema-reference#json](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#json) [prisma.io/docs/reference/api-reference/prisma-schema-reference#microsoft-sql-server-7](https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#microsoft-sql-server-7) But: https://github.com/prisma/prisma/issues/7417 (I confirmed this manually) https://github.com/prisma/prisma/issues/6843 It seems to not actually be implemented. Why do we document otherwise?...

docs