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

feat(psl): add support for READ COMMITTED in cockroachdb #5249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jkomyno
Copy link
Contributor

@jkomyno jkomyno commented Mar 10, 2025

DRAFT

This PR allows provider = "cockroachdb" to use the ReadCommitted isolation level.
Related issue: prisma/prisma#24687.

This will also require changes in https://github.com/prisma/prisma/blob/f0a2f8fb46e18e214bfa8af7922b5d24a3b8626c/packages/client/tests/functional/interactive-transactions/tests.ts.

/integration

@jkomyno jkomyno requested a review from a team as a code owner March 10, 2025 09:18
@jkomyno jkomyno requested review from FGoessler and removed request for a team March 10, 2025 09:18
Copy link

codspeed-hq bot commented Mar 10, 2025

CodSpeed Performance Report

Merging #5249 will not alter performance

Comparing feat/cockroachdb-read-committed (695b0af) with main (d3fd116)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

WASM Query Engine file Size

Engine This PR Base branch Diff
Postgres 2.132MiB 2.132MiB 0.000B
Postgres (gzip) 858.916KiB 858.917KiB -2.000B
Mysql 2.095MiB 2.095MiB 0.000B
Mysql (gzip) 844.265KiB 844.267KiB -2.000B
Sqlite 2.005MiB 2.005MiB 0.000B
Sqlite (gzip) 807.611KiB 807.613KiB -2.000B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants