6 comments (6 comments)3 reactions (3 reactions)0 assignees (0 assignees)C#3,376 forks (3,376 forks)batch import
area-adonet-sqlitegood first issue
Repository metrics
- Stars
- 14,651 stars (14,651 stars)
- PR merge metrics
- Avg merge 23d 13h (Avg merge 23d 13h)154 merged PRs in 30d (154 merged PRs in 30d)
Description
Similar to how we handle decimal, we could read and write these values as TEXT.
Contributor guide
- Research direction
- Examine how decimal values are mapped to TEXT in Microsoft.Data.Sqlite. Look for the type handler or converter for decimal. Then extend that logic to support BigInteger, Int128, and UInt128, ensuring they are stored as TEXT. Review existing tests for decimal to understand the expected patterns and add similar tests.
- Tech stack
- csharpsql
- Domain
- databasebackend
- Issue type
- Feature
- Prerequisites
- C#SQLiteEF Core type mapping