Dapper icon indicating copy to clipboard operation
Dapper copied to clipboard

Get System.OverflowException When read uint type data from sqlite

Open CwjXFH opened this issue 2 years ago • 0 comments

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?

CwjXFH avatar May 29 '23 05:05 CwjXFH