mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
-
This commit is contained in:
@@ -134,6 +134,9 @@ namespace SqlSugar
|
|||||||
typeName = "int";
|
typeName = "int";
|
||||||
if (typeName == "int64")
|
if (typeName == "int64")
|
||||||
typeName = "long";
|
typeName = "long";
|
||||||
|
if (typeName == "int16")
|
||||||
|
typeName = "short";
|
||||||
|
|
||||||
var isAnyType = PostgreSQLDbBind.MappingTypesConst.Where(x => x.Value.ToString().ToLower() == typeName).Any();
|
var isAnyType = PostgreSQLDbBind.MappingTypesConst.Where(x => x.Value.ToString().ToLower() == typeName).Any();
|
||||||
if (isAnyType)
|
if (isAnyType)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user