-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
sqlite: add timeout options to DatabaseSync #57752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite: add timeout options to DatabaseSync #57752
Conversation
Review requested:
|
47ee71b
to
2913993
Compare
e046a85
to
35eaee0
Compare
35eaee0
to
f686dd2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57752 +/- ##
=======================================
Coverage 90.22% 90.23%
=======================================
Files 630 630
Lines 185481 185496 +15
Branches 36364 36374 +10
=======================================
+ Hits 167357 167380 +23
+ Misses 11004 11001 -3
+ Partials 7120 7115 -5
🚀 New features to boost your workflow:
|
It's official. CI doesn't like me 😅 I need a reapproval because of the commit that fixed linter issues in the markdown. |
To be fair, the CI doesn't like anyone. |
Landed in 62426a7 |
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #57752 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Closes #57597
This PR adds the
timeout
option to the DatabaseSync constructor.