From b20ccb88d89d69bcfd82f8e10a8154fae356222d Mon Sep 17 00:00:00 2001 From: Kaya Gokalp <20915464+kayagokalp@users.noreply.github.com> Date: Wed, 28 Jan 2026 15:29:20 -0800 Subject: [PATCH 1/3] test --- crates/lib/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/lib/src/lib.rs b/crates/lib/src/lib.rs index f0fe949..2f53519 100644 --- a/crates/lib/src/lib.rs +++ b/crates/lib/src/lib.rs @@ -117,6 +117,7 @@ pub type ObjectFields = Vec<(String, PrismaValue)>; /// Creates a PrismaValue::Object from a list of key-value pairs. /// If a key has multiple values that are PrismaValue::Objects, they will be merged. pub fn merge_fields(fields: Vec<(String, PrismaValue)>) -> Vec<(String, PrismaValue)> { + todo!(); let mut merged = HashMap::new(); for el in fields { From 9b61b55c8106e67bac3e7d9d0cb76f5ec2384411 Mon Sep 17 00:00:00 2001 From: Kaya Gokalp <20915464+kayagokalp@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:00:19 -0800 Subject: [PATCH 2/3] Test push from maintainer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6400a92..cba29b9 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,4 @@ Prisma Client Rust is not an official Prisma product, but has been [generously s - [Robert Craige](https://github.com/sponsors/RobertCraigie) for writing tests for [Prisma Client Python](https://github.com/RobertCraigie/prisma-client-py) that I have adapted. - [Spacedrive](https://spacedrive.com) for hiring me and letting me work on this. (sure I'm a founding member but thanks anyway!) +# test Thu Jan 29 14:00:19 PST 2026 From 2c29cb109e25c6d682b89cc32e47df665b400fdc Mon Sep 17 00:00:00 2001 From: Nima Karimipour <11995844+nimakarimipour@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:10:26 -0800 Subject: [PATCH 3/3] Test push from maintainer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cba29b9..6ceb348 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ Prisma Client Rust is not an official Prisma product, but has been [generously s - [Spacedrive](https://spacedrive.com) for hiring me and letting me work on this. (sure I'm a founding member but thanks anyway!) # test Thu Jan 29 14:00:19 PST 2026 +# test Thu Jan 29 14:10:26 PST 2026