6 件のコメント (6 件のコメント)3 件のリアクション (3 件のリアクション)0 人の担当者 (0 人の担当者)C#3,376 件のフォーク (3,376 件のフォーク)batch import
area-adonet-sqlitegood first issue
Repository metrics
- Stars
- 14,651 個のスター (14,651 個のスター)
- PR merge metrics
- 平均マージ 23d 13h (平均マージ 23d 13h)30d で 154 merged PRs (30d で 154 merged PRs)
説明
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
- Issue 種別
- 機能
- 前提条件
- C#SQLiteEF Core type mapping