Skip to content

Actually use the async code paths for bulk insert#93

Merged
PhenX merged 1 commit into
PhenX:mainfrom
0xced:Async-BulkInsert
Feb 8, 2026
Merged

Actually use the async code paths for bulk insert#93
PhenX merged 1 commit into
PhenX:mainfrom
0xced:Async-BulkInsert

Conversation

@0xced
Copy link
Copy Markdown
Contributor

@0xced 0xced commented Feb 8, 2026

Since its introduction in 045033c, the sync argument passed to BulkInsert() has always been hardcoded to false instead of forwarding the sync parameter.

As a result, the async code paths for bulk insert in all providers would never be used. This can be confirmed by running code coverage.

Since its introduction in 045033c, the `sync` argument passed to `BulkInsert()` has always been hardcoded to `false` instead of forwarding the `sync` parameter.

As a result, the async code paths for bulk insert in all providers would never be used. This can be confirmed by running code coverage.
@0xced 0xced requested a review from PhenX as a code owner February 8, 2026 17:46
Copy link
Copy Markdown
Owner

@PhenX PhenX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I don't know how I missed it 🤯

@PhenX PhenX merged commit 137d2fc into PhenX:main Feb 8, 2026
3 checks passed
@0xced 0xced deleted the Async-BulkInsert branch February 8, 2026 20:45
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.

2 participants