Skip to content

Commit

Permalink
fix(transactions): Move version information into admonition (#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Sep 13, 2023
1 parent 221503e commit d1cbc64
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,13 @@ This feature is not available on MongoDB, because MongoDB does not support isola

</Admonition>

You can set the transaction [isolation level](https://www.prisma.io/dataguide/intro/database-glossary#isolation-levels) for transactions in the following Prisma versions:

- For interactive transactions from version 4.2.0
- For sequential operations from version 4.4.0
You can set the transaction [isolation level](https://www.prisma.io/dataguide/intro/database-glossary#isolation-levels) for transactions.

<Admonition type="info">

**In earlier versions**<br /><br />
In versions before 4.2.0 (for interactive transactions), or 4.4.0 (for sequential operations), you cannot configure the transaction isolation level at a Prisma level. The isolation level is not explicitly set by Prisma, so the [isolation level configured in your database](#database-specific-information-on-isolation-levels) is used.
This is available in the following Prisma versions for interactive transactions from version 4.2.0, for sequential operations from version 4.4.0.

In versions before 4.2.0 (for interactive transactions), or 4.4.0 (for sequential operations), you cannot configure the transaction isolation level at a Prisma level. Prisma does not explicitly set the isolation level, so the [isolation level configured in your database](#database-specific-information-on-isolation-levels) is used.

</Admonition>

Expand Down

1 comment on commit d1cbc64

@vercel
Copy link

@vercel vercel bot commented on d1cbc64 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-prisma.vercel.app
prisma2-docs.vercel.app
docs-prisma.vercel.app

Please sign in to comment.