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