dotnet / dotnet/efcore

Microsoft.Data.Sqlite: Handle column type ANY

Open
#28,628 4 comments 1 reaction 0 assignees View on GitHub
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

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.