Skip to content

Remove try/catch/finally from NpgsqlDataReader.GetFieldValue<T> #4867

@vonzshik

Description

@vonzshik

It's not really needed as in non-sequential mode while reading a column we always skip to the start of the column by changing the position in ReadBuffer. The same thing happens while consuming a row (we skip to the end of the row).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions