Similar to how we handle float, we could use REAL in the database for these values.
Guida contributor
Tech stack
csharpsqlite
Dominio
database
Tipo issue
feature
DifficoltàQuanto dovrebbe essere impegnativa per un nuovo contributor.
2
Tempo stimatoTempo stimato per completare e verificare uno scope piccolo.
1-3 hours
Stato attivitàQuanto è probabile che la issue sia ancora attiva e reviewable.
stale
ChiarezzaQuanto chiaramente la issue descrive problema, scope e risultato atteso.
clear
Prerequisiti
Understand Half data typeFamiliarity with EF Core SQLite provider
Adatta ai principiantiQuanto la issue è adatta a contributor alla prima esperienza.
70
Direzione di ricerca
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.