Skip to content

Fix Batch impl#1583

Merged
gwenn merged 3 commits intorusqlite:masterfrom
gwenn:batch
Oct 18, 2024
Merged

Fix Batch impl#1583
gwenn merged 3 commits intorusqlite:masterfrom
gwenn:batch

Conversation

@gwenn
Copy link
Collaborator

@gwenn gwenn commented Oct 18, 2024

  • document that there is no parsing error recovery
  • and remove Iterator impl to prevent users from looping indefinitely on Some(Err(..))

Fix #1581

gwenn added 3 commits October 18, 2024 19:58
- document that there is no parsing error recovery
- and remove `Iterator` impl to prevent users from looping indefinitely
  on Some(Err(..))
@codecov
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.91%. Comparing base (13bbefd) to head (08e1cea).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1583      +/-   ##
==========================================
- Coverage   85.92%   85.91%   -0.01%     
==========================================
  Files          57       57              
  Lines       10670    10666       -4     
==========================================
- Hits         9168     9164       -4     
  Misses       1502     1502              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gwenn gwenn merged commit ea8563e into rusqlite:master Oct 18, 2024
@gwenn gwenn deleted the batch branch October 18, 2024 18:30
@gwenn
Copy link
Collaborator Author

gwenn commented Jan 19, 2025

Version 0.33.0 released

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.

Batch iterator gets stuck on syntax error

1 participant