DotNetNext / SqlSugar

.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
https://www.donet5.com/Home/Doc
MIT License
5.27k stars 1.33k forks source link

修复InsertReturnIdentity由于主键是ushort/short导致的异常 #1116

Closed Kxnrl closed 1 year ago

Kxnrl commented 1 year ago

当实体类的主键为ushort/short时 InsertReturnIdentity/InsertReturnEntity会引发类型异常

System.ArgumentException: Object of type 'System.Int32' cannot be converted to type 'System.Int16'