Understand Half data typeFamiliarity with EF Core SQLite provider
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
70
調査方針
The implementation should mirror how 'float' is handled in the Microsoft.Data.Sqlite provider. Look at the existing float handling code in the provider's type mapping (e.g., in the SqliteTypeMappingSource or similar). The issue suggests using REAL as the storage type for Half values. Ensure that the mapping is consistent with other floating point types and that proper conversions are added for reading and writing.