dotnet/efcore

Microsoft.Data.Sqlite: Support BigInteger, Int128 & UInt128

Closed

#30,930 opened on May 19, 2023

 (6 comments) (3 reactions) (0 assignees)C# (3,376 forks)batch import
area-adonet-sqlitegood first issue

Repository metrics

Stars
 (14,651 stars)
PR merge metrics
 (Avg merge 23d 13h) (154 merged PRs in 30d)

Description

Similar to how we handle decimal, we could read and write these values as TEXT.

Contributor guide