Skip to content

refactor(create): transition builder type on OnConflict to prevent nested conflict clauses in bulk operations - #86

Merged
VoidClancy merged 2 commits into
masterfrom
codegen
Aug 2, 2026
Merged

refactor(create): transition builder type on OnConflict to prevent nested conflict clauses in bulk operations#86
VoidClancy merged 2 commits into
masterfrom
codegen

Conversation

@VoidClancy

Copy link
Copy Markdown
Owner

Prevent calling OnConflict on individual child items inside CreateMany / CreateManyAndReturn at compile time.
OnConflict on CreateBuilder now transitions the return type to UpsertBuilder, while CreateMany continues to strictly require CreateBuilder items.

…sted conflict clauses in bulk operations

Prevent calling OnConflict on individual child items inside CreateMany / CreateManyAndReturn at compile time.
OnConflict on CreateBuilder now transitions the return type to UpsertBuilder, while CreateMany continues to strictly require CreateBuilder items.
@VoidClancy VoidClancy self-assigned this Aug 2, 2026
@VoidClancy
VoidClancy merged commit 74fd5af into master Aug 2, 2026
11 checks passed
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.

1 participant