Joël Galeran
Joël Galeran
In `.github/workflows/6_build.yml` These 2 actions are not maintained since 3+ years! https://github.com/actions/create-release/issues/119 https://github.com/actions/upload-release-asset/issues/78 They show this warning ``` Build extension Node.js 12 actions are deprecated. Please update the following actions...
Source code https://github.com/prisma/prisma-engines/blob/master/prisma-fmt/src/actions.rs This is problematic in the case of the language-server perspective. What would be perfect in a language-server perspective: - sends a schema as stdin of `prisma-fmt referential-actions`...
We mention `pg_dump` in https://github.com/prisma/docs/blob/99c5858661dc5284fd9e565476b41993f271bf7d/content/300-guides/025-migrate/100-developing-with-prisma-migrate/050-add-prisma-migrate-to-a-project.mdx?plain=1#L93 In a brownfield project when a user wants to manage their database with Prisma Migrate, a baseline migration is required (because there is an existing...
Additionally excluded node_modules/.cache/prisma/** Which is present for Windows users
Related to https://github.com/prisma/ecosystem-tests/issues/4636
It looks like we test the Accelerate extension but not Pulse yet. https://www.npmjs.com/package/@prisma/extension-pulse
See [internal Slack](https://prisma-company.slack.com/archives/CRGDU19K6/p1706796179696709)
follows https://github.com/prisma/ecosystem-tests/pull/3420
Steps based on https://github.com/prisma/prisma/discussions/14356#discussioncomment-4084681 Works on ubuntu 20.04 and macOS 11 Ubuntu 22.04 fails library https://github.com/prisma/ecosystem-tests/actions/runs/3418991956/jobs/5691958474#step:7:6428 ``` $ ts-node ./script.ts PrismaClientInitializationError: Invalid `client.user.deleteMany()` invocation in /home/runner/work/ecosystem-tests/ecosystem-tests/generic/basic/script.ts:7:21 4 5 // A...