Skip to content

fix(adapter-d1): use changes instead of rows_written#24083

Merged
Jolg42 merged 1 commit intomainfrom
joel/d1-meta-rows
May 6, 2024
Merged

fix(adapter-d1): use changes instead of rows_written#24083
Jolg42 merged 1 commit intomainfrom
joel/d1-meta-rows

Conversation

@Jolg42
Copy link
Copy Markdown
Contributor

@Jolg42 Jolg42 commented May 6, 2024

Because rows_written also counts the writes to an index.

Fixes #23902

Closes https://github.com/prisma/team-orm/issues/1069

Because `rows_written` also counts the writes to an index.

Fixes #23902

Closes https://github.com/prisma/team-orm/issues/1069
@Jolg42 Jolg42 added this to the 5.14.0 milestone May 6, 2024
@Jolg42 Jolg42 requested a review from a team as a code owner May 6, 2024 12:21
@Jolg42 Jolg42 requested review from SevInf and removed request for a team May 6, 2024 12:21
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented May 6, 2024

size-limit report 📦

Path Size
packages/client/runtime/library.js 179.77 KB (0%)
packages/client/runtime/library.d.ts 81 B (0%)
packages/client/runtime/binary.js 600.99 KB (0%)
packages/client/runtime/binary.d.ts 26 B (0%)
packages/client/runtime/edge.js 159.02 KB (0%)
packages/client/runtime/edge-esm.js 158.91 KB (0%)
packages/client/runtime/wasm.js 114.85 KB (0%)
packages/client/runtime/index-browser.js 33.77 KB (0%)
packages/client/runtime/index-browser.d.ts 89 B (0%)
packages/cli/build/index.js 2.09 MB (0%)
packages/client/prisma-client-0.0.0.tgz 3.01 MB (0%)
packages/cli/prisma-0.0.0.tgz 3.74 MB (0%)
packages/bundle-size/da-workers-libsql/output.tgz 884.64 KB (0%)
packages/bundle-size/da-workers-neon/output.tgz 963.53 KB (0%)
packages/bundle-size/da-workers-pg/output.tgz 982.26 KB (0%)
packages/bundle-size/da-workers-pg-worker/output.tgz 937.97 KB (0%)
packages/bundle-size/da-workers-planetscale/output.tgz 899.69 KB (0%)
packages/bundle-size/da-workers-d1/output.tgz 857.7 KB (-0.01% 🔽)

@Jolg42 Jolg42 merged commit 70f363e into main May 6, 2024
@Jolg42 Jolg42 deleted the joel/d1-meta-rows branch May 6, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: D1 One-to-Many Relation INSERTs fail with The required connected records were not found. when using indices

2 participants