6 条评论 (6 条评论)3 个反应 (3 个反应)0 位负责人 (0 位负责人)C#3,376 个派生 (3,376 个派生)batch import
area-adonet-sqlitegood first issue
仓库指标
- 星标
- 14,651 个星标 (14,651 个星标)
- PR 合并指标
- 平均合并 23天 13小时 (平均合并 23天 13小时)30 天内合并 154 个 PR (30 天内合并 154 个 PR)
描述
Similar to how we handle decimal, we could read and write these values as TEXT.
贡献者指南
- 研究方向
- 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.
- 技术栈
- csharpsql
- 领域
- databasebackend
- 议题类型
- 功能
- 前置要求
- C#SQLiteEF Core type mapping