Correct SqliteType inference from string, DateOnly, TimeOnly #27213
Labels
area-adonet-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
customer-reported
good first issue
This issue should be relatively straightforward to fix.
type-bug
Milestone
Microsoft.Data.Sqlite 6.0.1
TargetFramework net6.0-windows
当我创建一个字符串类型的SqliteParameter时,我查询它的类型,得到的类型信息是 “SqliteType.Integer”
后来我在源码中定位到了以下位置,这就有点不合适了吧
efcore/src/Microsoft.Data.Sqlite.Core/SqliteValueBinder.cs
Lines 240 to 263 in 8144d50
The text was updated successfully, but these errors were encountered: