Microsoft.Data.Sqlite: Improve SqliteDataReader.GetFieldType() when NULL #13831
Labels
area-adonet-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
SqliteDataReader.GetFieldType(0)
returnsint
when the value isNULL
. We should improve this.Thoughts:
DBNull
, but will that break other assumptions in ADO.NET?string
)?The text was updated successfully, but these errors were encountered: