prisma
prisma-engines
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix: support where argument on field-level @unique for partial indexes (#5774) ## fix: support `where` argument on field-level `@unique` for partial indexes ### Summary - Add `where` clause parsing to field-level `@unique`, fixing "No such argument" validation error when `db pull` generates `@unique(where: raw("..."))` for single-column partial unique indexes. ### Changes - `psl/parser-database/src/attributes.rs`: Call `parse_where_clause()` in `visit_field_unique`, matching the existing behavior in `model_unique` / `model_index`. - `psl/psl/tests/attributes/partial_index.rs`: 4 new tests covering raw syntax, object syntax, missing preview feature error, and `map` + `where` combination. ### Test plan - [x] All existing partial index tests pass (52 total) - [x] `make test-unit` passes - [x] Verified with reproduction repo from prisma/prisma#29172. `prisma generate` succeeds after fix Closes prisma/prisma-engines#5773
main
11 minutes ago
chore(deps): bump tempfile from 3.20.0 to 3.25.0 (#5771) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.25.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p> <blockquote> <h2>3.25.0</h2> <ul> <li>Allow <code>getrandom</code> 0.4.x while retaining support for <code>getrandom</code> 0.3.x.</li> </ul> <h2>3.24.0</h2> <ul> <li>Actually support WASIp2 without the nightly feature. This library is now feature complete on WASIp2 without any additional feature flags.</li> <li>Exclude CI scripts from the published crate.</li> </ul> <h2>3.23.0</h2> <ul> <li>Remove need for the "nightly" feature to compile with "wasip2".</li> </ul> <h2>3.22.0</h2> <ul> <li>Updated <code>windows-sys</code> requirement to allow version 0.61.x</li> <li>Remove <code>unstable-windows-keep-open-tempfile</code> feature.</li> </ul> <h2>3.21.0</h2> <ul> <li>Updated <code>windows-sys</code> requirement to allow version 0.60.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
17 minutes ago
fix: support `where` argument on field-level `@unique` for partial indexes
jay-l-e-e:fix/field-level-unique-where-clause
2 hours ago
chore(deps): bump parse-hyperlinks from 0.28.2 to 0.29.2 Bumps [parse-hyperlinks](https://gitlab.com/getreu/parse-hyperlinks) from 0.28.2 to 0.29.2. - [Commits](https://gitlab.com/getreu/parse-hyperlinks/commits/master) --- updated-dependencies: - dependency-name: parse-hyperlinks dependency-version: 0.29.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/parse-hyperlinks-0.29.2
23 hours ago
chore(deps): bump tempfile from 3.20.0 to 3.25.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.25.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/tempfile-3.25.0
23 hours ago
chore(deps): bump bigdecimal from 0.3.1 to 0.4.10 Bumps [bigdecimal](https://github.com/akubera/bigdecimal-rs) from 0.3.1 to 0.4.10. - [Release notes](https://github.com/akubera/bigdecimal-rs/releases) - [Commits](https://github.com/akubera/bigdecimal-rs/compare/v0.3.1...v0.4.10) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 0.4.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/bigdecimal-0.4.10
2 days ago
chore: bump various dependencies (#5770)
main
2 days ago
chore: fix tests (#5769) /test-all
main
2 days ago
Active Branches
chore(deps): bump parse-hyperlinks from 0.28.2 to 0.29.2
last run
23 hours ago
#5772
CodSpeed Performance Gauge
0%
chore(deps): bump bigdecimal from 0.3.1 to 0.4.10
last run
2 days ago
#5759
CodSpeed Performance Gauge
0%
chore(deps): bump sqlformat from 0.2.6 to 0.5.0
last run
2 days ago
#5765
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs