dotnet / dotnet/efcore

Consider the SQLite timeout mechanism

Open
#31,359 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.