Update TDengine BulkCopy

This commit is contained in:
sunkaixuan
2025-05-23 11:55:26 +08:00
parent 99dead1f72
commit af9172a5d7
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ namespace SqlSugar.TDengine
var type = value.GetType();
if (type == UtilConstants.DateType)
{
return Convert.ToDateTime(value).ToString("yyyy-MM-dd HH:mm:ss.fff").ToSqlValue();
return Convert.ToDateTime(value).ToString("yyyy-MM-dd HH:mm:ss.ffffff").ToSqlValue();
}
else if (type == UtilConstants.ByteArrayType)
{

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.194-preview19</version>
<version>5.1.4.194-preview24</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>