Consider the SQLite timeout mechanism
Open
area-adonet-sqlite
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
The current timeout mechanism on SqliteDataReader aggregates time spent across all invocations of NextResult(); we can consider making the timeout not aggregate, i.e. specific to each invocation instead. This would align the behavior with most other ADO.NET drivers, and may make more sense.
See conversation in https://github.com/dotnet/efcore/pull/31348#discussion_r1273343845
Contributor guide
Assessment
This issue has not been assessed yet.