Commits
Click on a commit to change the comparison rangefix(qe): coerce nulls to empty lists in nested relations with joins
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: https://github.com/prisma/prisma/issues/22303