Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Node.js requirement from to >=12.2 to >=12.6 #8839

Closed
Tracked by #8628
Jolg42 opened this issue Aug 20, 2021 · 13 comments · Fixed by #9049
Closed
Tracked by #8628

Bump Node.js requirement from to >=12.2 to >=12.6 #8839

Jolg42 opened this issue Aug 20, 2021 · 13 comments · Fixed by #9049
Assignees
Labels
kind/tech A technical change. team/client Issue for team Client. tech/typescript Issue for tech TypeScript. topic: node version topic: node-api formerly `nApi`

Comments

@Jolg42
Copy link
Member

Jolg42 commented Aug 20, 2021

It looks like the current Node-API requirement for Node.js is >=12.6 based on #7621

We should bump, especially since Node-API will be the default.

And let's update the docs as well.

@janpio
Copy link
Member

janpio commented Aug 24, 2021

We should see if Node-API makes our tests fail in any way before merging the requirement change.
In theory e2e tests should cover this - and if not we should add tests for that. https://github.com/prisma/e2e-tests/blob/422b057cfaa948f4e39d6308ae25765cdee57f34/.github/workflows/test.yaml#L281

@janpio
Copy link
Member

janpio commented Aug 26, 2021

Node 12.2 tests seem to pass fine with binary and library after the default change:
https://github.com/prisma/e2e-tests/runs/3432494666
https://github.com/prisma/e2e-tests/runs/3432494707

Seems we have to look into #7621 and prisma/ecosystem-tests#1750 again and possibly write an explicit test that justifies this requirement change (by failing with current node, but succeeding with 12.6).

@williamluke4
Copy link
Contributor

Hmm just had a look at the 12.2 e2e test with node-api the test passes for some weird reason despite it actually failing... see here

@Jolg42
Copy link
Member Author

Jolg42 commented Aug 27, 2021

It actually makes sense that tests are passing since it's only a warning UnhandledPromiseRejectionWarning

It can be changed like this

--unhandled-rejections=mode

Since v15: Changed default mode to throw. Previously, a warning was emitted.
see: https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode

@Jolg42
Copy link
Member Author

Jolg42 commented Aug 27, 2021

Actually it's now failing since 2.31.0-dev.13 with https://github.com/prisma/e2e-tests/runs/3440731303?check_suite_focus=true#step:6:356

✔ Generated Prisma Client (2.31.0-dev.13) to ./node_modules/@prisma/client in 56ms
You can now start using Prisma Client in your code. Reference: pris.ly/d/client
```
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
```
2021-08-27T07:20:06.012Z prisma:getConfig Using Node-API Query Engine at: /home/runner/work/e2e-tests/e2e-tests/generic/basic/node_modules/@prisma/engines/libquery_engine-debian-openssl-1.1.x.so.node
Done in 2.40s.
-----------------------------

run.sh was successful (code 0), running generic/basic/test.sh...

yarn run v1.22.11
warning ../../package.json: No license field
$ ts-node ./script.ts
PrismaClientKnownRequestError3 [PrismaClientKnownRequestError]: 
Invalid `prisma.user.deleteMany()` invocation:


  
    at cb (/home/runner/work/e2e-tests/e2e-tests/generic/basic/node_modules/@prisma/client/runtime/index.js:36068:17) {
  code: 'InvalidArg',
  clientVersion: '2.31.0-dev.13',
  meta: undefined
}
error Command failed with exit code 1.

The 3 in PrismaClientKnownRequestError3 is 🤔

@Jolg42
Copy link
Member Author

Jolg42 commented Aug 27, 2021

Created a PR to see if 12.6 still errors or not in e2e at prisma/ecosystem-tests#2023

Update: test is passing https://github.com/prisma/e2e-tests/runs/3441985146?check_suite_focus=true#step:6:118

@janpio
Copy link
Member

janpio commented Aug 27, 2021

The 3 in PrismaClientKnownRequestError3 is 🤔

Known problem with issue at #7035

@janpio
Copy link
Member

janpio commented Aug 27, 2021

Actually it's now failing since 2.31.0-dev.13 with prisma/e2e-tests/runs/3440731303?check_suite_focus=true#step:6:356

What made it fail now?

PrismaClientKnownRequestError3 [PrismaClientKnownRequestError]:
Invalid prisma.user.deleteMany() invocation:

at cb (/home/runner/work/e2e-tests/e2e-tests/generic/basic/node_modules/@prisma/client/runtime/index.js:36068:17) {

code: 'InvalidArg',
clientVersion: '2.31.0-dev.13',
meta: undefined
}
error Command failed with exit code 1.

Wth does this error message mean?
Is this really the same problem as what was tracked in the two bug issues re the unhandled promise rejection?

@Jolg42
Copy link
Member Author

Jolg42 commented Aug 27, 2021

Only relevant bit of information from error message is code: 'InvalidArg', not sure what that means here.

@williamluke4
Copy link
Contributor

williamluke4 commented Aug 27, 2021

The reason this is failing now is because #8867 was merged. This was my original explanation on the code: 'InvalidArg', #7621 (comment)

@Jolg42
Copy link
Member Author

Jolg42 commented Aug 27, 2021

So we need to bump then from what I read.

@janpio
Copy link
Member

janpio commented Aug 27, 2021

Bump here, then merge prisma/ecosystem-tests#2023 to (test and then) reflect the new requirement.

@janpio
Copy link
Member

janpio commented Aug 31, 2021

PR at #9049

@millsp millsp assigned janpio and unassigned millsp Aug 31, 2021
Jolg42 added a commit to prisma/docs that referenced this issue Sep 1, 2021
molebox pushed a commit to prisma/docs that referenced this issue Sep 1, 2021
molebox added a commit to prisma/docs that referenced this issue Sep 7, 2021
* SQL Server GA (#2164)

* working on tutorial

* MSSQL tasks, 2095, 2083, 2094, 2091, 2086, 2082

* working on tutorial

* MSSQL tasks, 2095, 2083, 2094, 2091, 2086, 2082

* Update content/100-getting-started/02-setup-prisma/100-start-from-scratch/110-relational-databases/100-connect-your-database.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Feedback changes, including: mssql => sqlserver, clean up sections, fix sql tables

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* fix: broken links in mdx files

* $queryRaw and $executeRaw GA (#2177)

* Updated query raw page

* Made sql injection warning scary

* Changed sql injection warning, updated sql injection section, changed mock emails

* Removed in preview from Interactive Transactions

* fixed query

* Removed section about template literals, fixed query

* Minor change

* Revert removal of in preview tags

* Removed link to issue

* add: initial full-text search docs

* Sql Server GA part 2 (#2192)

* Fixes #2084

* Fixes #2085

* Fixes #2088

* Fixes #2093

* Changed title of section, moved content and deleted tls section

* Patch typeorm uses mssql (#2198)

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Sql server fixes (#2200)

* SQL Server boolean type is bit

* Note about decimal parameters

* No need for params, when describing allowed types

* bit is not bytes!

* Fix SQL Server feature matrix (#2199)

* Fix SQL Server feature matrix

- No support for `RESTRICT` action
- JSON support is only partial

* Fix phrasing

* Moved previews to GA (#2196)

* Update schema ref attributes (#2213)

* Added note of until version 3 the signiture was...

* Fixed codeblocks inside quote blocks

* `db seed` GA (#2161)

* Updated db seed docs

* Trigger build

* Chnaged to require syntax

* Update content/300-guides/050-database/300-seed-database.mdx

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

* Feedback changes

* Simplified copy and seed field

* Added note about compile options when using nextjs

* Update content/300-guides/050-database/300-seed-database.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Update content/300-guides/050-database/300-seed-database.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Changed copy according to feedback

* Update content/300-guides/050-database/300-seed-database.mdx

Co-authored-by: Tom Houlé <13155277+tomhoule@users.noreply.github.com>

* Moved migrate section and added more context

* Fixed alignment bug causing failed builds

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Tom Houlé <13155277+tomhoule@users.noreply.github.com>

* update node requirement from 12.2 to 12.6 (#2245)

Closes prisma/prisma#8839

* Sql server add to project guide (#2248)

* Update 060-full-text-search.mdx (#2218)

* Update 060-full-text-search.mdx

Unfortunately pipes can't be escaped in our docs markdown parser right now.

* Fixed code in md table with pipe

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Small fixes in self relation docs (#2221)

- Fix a minor heading level inconsistency 
- Fix an issue with incorrect code highlighting

* fix(codemods): Fix title (#2224)

* fix(deps): update dependency @prisma/lens to v0.0.222

* fix(deps): update dependency @prisma/lens to v0.0.223

* fix(deps): update dependency @prisma/lens to v0.0.224

* fix(logging): Fix highlighted line in code (#2230)

* fix(use-custom-model-and-field-names): Fix a typo (#2228)

* feat(environment-variables): Expand env vars from system env, not only .env file (#2208)

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* interactive transactions: update concept and tx guide with a better example (#2227)

* interactive transactions: update concept and tx guide with a better example

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* fix(deps): update dependency @prisma/lens to v0.0.223

* fix(deps): update dependency @prisma/lens to v0.0.224

* fix(logging): Fix highlighted line in code (#2230)

* fix(use-custom-model-and-field-names): Fix a typo (#2228)

* feat(environment-variables): Expand env vars from system env, not only .env file (#2208)

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* add spacing between header

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Add to existing project sql server guide

* Feedback changes

Co-authored-by: Matthew Mueller <mattmuelle@gmail.com>
Co-authored-by: Tasin Ishmam <tasinishmam@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* remove --preview-feature from db seed (#2250)

* Upgrade guide to Prisma 3 + structural changes (#2247)

* Update 060-full-text-search.mdx (#2218)

* Update 060-full-text-search.mdx

Unfortunately pipes can't be escaped in our docs markdown parser right now.

* Fixed code in md table with pipe

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Small fixes in self relation docs (#2221)

- Fix a minor heading level inconsistency 
- Fix an issue with incorrect code highlighting

* fix(codemods): Fix title (#2224)

* fix(deps): update dependency @prisma/lens to v0.0.222

* fix(deps): update dependency @prisma/lens to v0.0.223

* fix(deps): update dependency @prisma/lens to v0.0.224

* fix(logging): Fix highlighted line in code (#2230)

* fix(use-custom-model-and-field-names): Fix a typo (#2228)

* upgrade to prisma 3 guide plus structural changes

* feat(environment-variables): Expand env vars from system env, not only .env file (#2208)

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* interactive transactions: update concept and tx guide with a better example (#2227)

* interactive transactions: update concept and tx guide with a better example

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* fix(deps): update dependency @prisma/lens to v0.0.223

* fix(deps): update dependency @prisma/lens to v0.0.224

* fix(logging): Fix highlighted line in code (#2230)

* fix(use-custom-model-and-field-names): Fix a typo (#2228)

* feat(environment-variables): Expand env vars from system env, not only .env file (#2208)

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* add spacing between header

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Refactor

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/100-named-constraints.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/100-named-constraints.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/100-named-constraints.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/100-named-constraints.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/index.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/250-upgrading-to-use-preview-features.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* small changes

* Chnaged order of breaking changes to match release notes

Co-authored-by: Matthew Mueller <mattmuelle@gmail.com>
Co-authored-by: Tasin Ishmam <tasinishmam@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update 07-names-in-underlying-database.mdx

* Upgrade guide mk2 (#2263)

* Update 060-full-text-search.mdx (#2218)

* Update 060-full-text-search.mdx

Unfortunately pipes can't be escaped in our docs markdown parser right now.

* Fixed code in md table with pipe

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Small fixes in self relation docs (#2221)

- Fix a minor heading level inconsistency 
- Fix an issue with incorrect code highlighting

* fix(codemods): Fix title (#2224)

* fix(deps): update dependency @prisma/lens to v0.0.222

* fix(deps): update dependency @prisma/lens to v0.0.223

* fix(deps): update dependency @prisma/lens to v0.0.224

* fix(logging): Fix highlighted line in code (#2230)

* fix(use-custom-model-and-field-names): Fix a typo (#2228)

* feat(environment-variables): Expand env vars from system env, not only .env file (#2208)

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* interactive transactions: update concept and tx guide with a better example (#2227)

* interactive transactions: update concept and tx guide with a better example

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* fix(deps): update dependency @prisma/lens to v0.0.223

* fix(deps): update dependency @prisma/lens to v0.0.224

* fix(logging): Fix highlighted line in code (#2230)

* fix(use-custom-model-and-field-names): Fix a typo (#2228)

* feat(environment-variables): Expand env vars from system env, not only .env file (#2208)

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/300-guides/100-performance-and-optimization/100-prisma-client-transactions-guide.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/058-transactions.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* add spacing between header

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Missed feedback from previous PR

Co-authored-by: Matthew Mueller <mattmuelle@gmail.com>
Co-authored-by: Tasin Ishmam <tasinishmam@gmail.com>
Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Chnaged image sin cloudinary (#2275)

* Minor fixes to constraint names upgrade guide (#2274)

* Minor fixes to constraint names upgrade guide

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/100-named-constraints.mdx

* fix(prisma-client-transactions-guide): fix referential actions admon + Whats new week 30th sept (#2264) (#2267)

* Whats new week 30th sept (#2264)

* fix: broken links in mdx files

* add: initial full-text search docs

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* Update content/200-concepts/100-components/02-prisma-client/060-full-text-search.mdx

* whats new week 23rd and 30th

Co-authored-by: Nilu <nilubava@gmail.com>
Co-authored-by: Matthew Mueller <mattmuelle@gmail.com>

* fix(prisma-client-transactions-guide): fix referential actions admon

Co-authored-by: Rich Haines <hello@richardhaines.dev>
Co-authored-by: Nilu <nilubava@gmail.com>
Co-authored-by: Matthew Mueller <mattmuelle@gmail.com>

* Added docs about the json nullability breaking change (#2265)

* added docs about the json nullability breaking change

* fix todos

* Update content/200-concepts/100-components/02-prisma-client/051-working-with-fields/100-working-with-json-fields.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/051-working-with-fields/100-working-with-json-fields.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/200-concepts/100-components/02-prisma-client/051-working-with-fields/100-working-with-json-fields.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/index.mdx

Co-authored-by: Rich Haines <hello@richardhaines.dev>

Co-authored-by: Rich Haines <hello@richardhaines.dev>

* Feedback changes (#2276)

* db seed small fixes (#2281)

* Document Node-API library (#2258)

Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>

* Update content/400-reference/200-api-reference/300-environment-variables-reference.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Update content/400-reference/200-api-reference/300-environment-variables-reference.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Changes text

* Update content/300-guides/050-database/300-seed-database.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/150-referential-actions.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/150-referential-actions.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/150-referential-actions.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/150-referential-actions.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/150-referential-actions.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Introspection/db pull: Moved sections around, added link (#2282)

* Moved sections around, added link

* Update content/400-reference/200-api-reference/200-command-reference.mdx

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

* Update content/400-reference/200-api-reference/200-command-reference.mdx

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

* Update content/400-reference/200-api-reference/200-command-reference.mdx

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

* split warning into 2 sections

* Removed text as wrong

* Update content/400-reference/200-api-reference/200-command-reference.mdx

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

* Update content/400-reference/200-api-reference/200-command-reference.mdx

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>

* Update content/300-guides/300-upgrade-guides/200-upgrading-versions/050-upgrading-to-prisma-3/150-referential-actions.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Use the new constraint name defaults in SQL Server (#2284)

... migrate example

* New constraint names for SQL Server introspection (#2286)

* DANGER_PLAINTEXT should not be mentioned (#2287)

* Update content/200-concepts/200-database-connectors/08-sql-server/index.mdx

Co-authored-by: Julius de Bruijn <bruijn@prisma.io>

* Raw query fixes (#2285)

* raw query fixes

* changes

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* Update content/200-concepts/100-components/02-prisma-client/090-raw-database-access.mdx

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

* fixes

Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
Co-authored-by: Nilu <nilubava@gmail.com>
Co-authored-by: Matthew Mueller <mattmuelle@gmail.com>
Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>
Co-authored-by: Julius de Bruijn <bruijn@prisma.io>
Co-authored-by: Joël Galeran <Jolg42@users.noreply.github.com>
Co-authored-by: Tom Houlé <13155277+tomhoule@users.noreply.github.com>
Co-authored-by: Tasin Ishmam <tasinishmam@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Vespaiach <nta.toan@gmail.com>
Co-authored-by: Pierre-Antoine Mills <pierreantoine.urvoy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/tech A technical change. team/client Issue for team Client. tech/typescript Issue for tech TypeScript. topic: node version topic: node-api formerly `nApi`
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants