小白菜
Results
1
issues of
小白菜
修复 Dapper.Contrib.Extensions 中 Insert 方法,此方法返回值为long类型,但内部各类型数据库获取自增ID,都是转换为int32,当ID超过超过Int32(2147483647)时,出现bug。 主要涉及到的内容为接口 ISqlAdapter 中的方法: ` /// /// The interface for all Dapper.Contrib database operations /// Implementing this is each provider's model. /// public partial interface ISqlAdapter...