Flavian Desverne
Flavian Desverne
## Overview do not merge yet
## Overview Related to https://github.com/prisma/prisma/issues/22596 Reduce JSON serialization overhead by: - Avoiding JSON serialization/deserialization when possible - Reducing allocations & de-allocations - JSON relations values are now coerced in-place instead...
## Overview fixes https://github.com/prisma/prisma/issues/22923
## Overview Consider the following Prisma Schema ```prisma model A { id Int @id name String? bs B[] } model B { id Int @id name String? A A? @relation(fields:...
## Overview fixes TBD
## Overview - reduces schema-builder iterator collections - refactor model fields API
## Overview This is a preparatory PR to handle relational filters with joins. To make it easier to deal with joins from the multitude of sources (order bys, filters, relational...
# DO NOT MERGE AS-IS ## Overview Pass client_found_rows on latest mysql_async. This PR must be cherry-picked when we try to go to mainline mysql-async again. ### TODO: Uncomment test...