Skip to content

Microsoft.Data.Sqlite: Add Default Timeout connection string keyword #22505

Closed
@bricelam

Description

@bricelam

We should add the Default Timeout connection string keyword. Order of precedence would be:

  1. SqliteCommand.CommandTimeout (always wins if set)
  2. SqliteConnection.DefaultTimeout
  3. Default Time= in the connection string
  4. 30 (the ADO.NET default)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions