prisma
prisma-engines
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: condition
ken0x0a:fix/sql-default-expr
11 hours ago
fix: camel case snake case names
fix/strict-equality-joins
12 hours ago
chore: rebuild
fix/strict-equality-joins
12 hours ago
chore: flip the default and impls
fix/strict-equality-joins
12 hours ago
feat: return a can_assume_strict_equality for in-memory joins
fix/strict-equality-joins
13 hours ago
fix: do not wrap array parameters in arrays in push (#5784) [TML-1923](https://linear.app/prisma-company/issue/TML-1923/investigate-and-fix-push-regression) Client PR: https://github.com/prisma/prisma/pull/29244 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Enhanced support for updating array fields in database operations, including improved handling of list-type parameters. * **Tests** * Added test coverage for array field update operations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
main
1 day ago
fix: do not wrap array parameters in arrays in push
fix/unwrapped-array-push-param
2 days ago
refactor: replace static buffer with handle-based DmmfBuffer API Address review feedback from @jacek-prisma: replace the `static DMMF_BUFFER: Mutex<Vec<u8>>` global state with a caller-owned `DmmfBuffer` struct exported via `#[wasm_bindgen]`. The new API: - `get_dmmf_buffered(params)` → returns a `DmmfBuffer` handle - `buffer.len()` → total byte count - `buffer.read_chunk(offset, length)` → `Uint8Array` chunk - `buffer.free()` → release WASM memory (auto-provided by wasm-bindgen) Benefits: - No implicit global state — each call returns an independent buffer - Multiple concurrent buffers work correctly - `FinalizationRegistry` provides automatic cleanup as safety net - `Symbol.dispose` enables `using` syntax in modern JS/TS Tested with Node.js integration test: 7/7 tests pass including concurrent buffers, use-after-free detection, and OOB bounds checking.
chris-tophers:fix/dmmf-v8-string-limit
2 days ago
Active Branches
fix: prevent breaking default expr in SQLite
last run
11 hours ago
#5748
CodSpeed Performance Gauge
0%
feat: return a can_assume_strict_equality for in-memory joins
last run
12 hours ago
#5785
CodSpeed Performance Gauge
0%
fix: add buffered DMMF API to bypass V8 string length limit
last run
2 days ago
#5757
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs