fix(sqlite): avoid nested runtime during vfs register#4894
fix(sqlite): avoid nested runtime during vfs register#4894NathanFlurry wants to merge 1 commit intomainfrom
Conversation
PR Review: fix(sqlite): avoid nested runtime during vfs registerOverviewThis PR fixes two related SQLite runtime issues:
Both fixes are correct and address real panics/blocking behavior. Code QualityStrengths:
Issues and SuggestionsMinor: awkward In two places: drop_native_connections_blocking(idle_connection.into_iter().collect()).await;
drop_native_connections_blocking(close_connection.into_iter().collect()).await;Both are Potential: The Pre-existing gap: If a Missing TestsNo tests are added. A regression test covering the panic scenario (calling VerdictThe core approach is sound. |
dc5e609 to
215bb00
Compare
83ff825 to
14cc5db
Compare
215bb00 to
c237935
Compare
14cc5db to
5ffa0d0
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: