-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(qe): coerce nulls to empty lists in nested relations with joins (#…
…4547) Currently we coerce database NULL values to empty scalar lists in the regular code path that converts quaint values to `PrismaValue`s, but this was missing in the new code path that converts the results of JSON aggregation to `PrismaValue`s when using `relationJoins` preview feature. Fixes: prisma/prisma#22303
- Loading branch information
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ in | |
nodejs.pkgs.typescript-language-server | ||
nodejs.pkgs.pnpm | ||
|
||
cargo-insta | ||
jq | ||
graphviz | ||
wasm-bindgen-cli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters