mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update 人大金仓[SqlServer]
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Kdbndp;
|
||||
using KdbndpTypes;
|
||||
using NpgsqlTypes;
|
||||
|
||||
namespace SqlSugar
|
||||
{
|
||||
@@ -151,6 +152,10 @@ namespace SqlSugar
|
||||
{
|
||||
sqlParameter.KdbndpDbType = KdbndpDbType.Varchar;
|
||||
}
|
||||
if (parameter.CustomDbType != null && parameter.CustomDbType is NpgsqlDbType)
|
||||
{
|
||||
sqlParameter.KdbndpDbType = ((KdbndpDbType)parameter.CustomDbType);
|
||||
}
|
||||
++index;
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user