Microsoft.Data.Sqlite: Handle column type ANY
Open
area-adonet-sqlite
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
SQLite 3.37.0 added support for [STRICT tables](https://www.sqlite.org/stricttables.html) which codified a new column type name--`ANY`. We should review the places we use the column type name and make sure we're handling `ANY` appropriately.
For example, `SqliteDataReader.GetFieldType` should probably return `object` when the column type is `ANY`.
Contributor guide
Assessment
This issue has not been assessed yet.