You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite 3.37.0 added support for STRICT tables 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.
The text was updated successfully, but these errors were encountered:
SQLite 3.37.0 added support for STRICT tables which codified a new column type name--
ANY
. We should review the places we use the column type name and make sure we're handlingANY
appropriately.For example,
SqliteDataReader.GetFieldType
should probably returnobject
when the column type isANY
.The text was updated successfully, but these errors were encountered: