Avatar for the prisma user
prisma
prisma
BlogDocsChangelog

Branches performance

Pull requests

feat(cli): add `prisma postgres link` command#29352
last run
2 hours ago
fix: handle all endpoint types in API response extraction Add fallback chain for connection string extraction: direct → pooled → accelerate → deprecated connectionString field. Ensures the command works regardless of which endpoint type the Management API returns.
3 hours ago
6898774
feat/prisma-postgres-link
CodSpeed Performance Gauge
0%
fix(adapter-pg): properly serialize string values for JSON fields Fixes prisma/prisma#29330 When writing plain string values to JSON fields in PostgreSQL, the adapter was passing the string directly to node-postgres without JSON.stringify. PostgreSQL expects valid JSON, so plain strings would fail with invalid input syntax for type json. The fix ensures string values for JSON fields are properly serialized using JSON.stringify before being passed to the postgres driver.
6 hours ago
0e611fa
buyuan-dev:fix/issue-29330
CodSpeed Performance Gauge
0%
fix: export Get<Model>GroupByPayload type in prisma-client generator#29346
last run
1 day ago
fix: export Get<Model>GroupByPayload type in prisma-client generator
1 day ago
524e7f9
nurul3101:fix/export-group-by-payload-type
CodSpeed Performance Gauge
0%
fix(client): avoid extension stack overflows in getExtensionContext Add an e2e regression fixture for issue #27059 based on the public reproduction. The fix relaxes the Exact-based argument comparison for model operations exposed through extension contexts, which prevents TypeScript from recursing through large generated arg trees while preserving invalid argument checks in the repro fixture.
5 days ago
0fa482d
codex/issue-27059-repro-fix
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs