mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
!110 update Src/Asp.Net/SqlSugar/Abstract/FastestProvider/FastestProvider.cs.
Merge pull request !110 from lybing/N/A
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Text;
|
||||
@@ -443,6 +443,10 @@ namespace SqlSugar
|
||||
{
|
||||
item[col.ColumnName] =UtilMethods.GetMinDate(this.context.CurrentConnectionConfig);
|
||||
}
|
||||
else if (col.DataType == UtilConstants.ByteArrayType)
|
||||
{
|
||||
item[col.ColumnName] = null;
|
||||
}
|
||||
else
|
||||
{
|
||||
item[col.ColumnName] = Activator.CreateInstance(col.DataType);
|
||||
|
||||
Reference in New Issue
Block a user