Dapper
Dapper copied to clipboard
Get System.OverflowException When read uint type data from sqlite
I got an overflow exception when read uint from db,
| package | version |
|---|---|
| Dapper | 2.0.123 |
| Microsoft.Data.Sqlite | 7.0.5 |
| .NET | 7 |
more details: https://github.com/dotnet/efcore/issues/30910
I found an fix commit: https://github.com/DapperLib/Dapper/pull/1795, it's has been published?