mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update TDengine
This commit is contained in:
parent
8dbc5d0802
commit
b31d49180d
@ -110,7 +110,7 @@ namespace SqlSugar.TDengine
|
|||||||
else if (parameter.Value is DateTime&&this.Context.CurrentConnectionConfig.ConnectionString.Contains("config_"))
|
else if (parameter.Value is DateTime&&this.Context.CurrentConnectionConfig.ConnectionString.Contains("config_"))
|
||||||
{
|
{
|
||||||
_IsIsNanosecond=sqlParameter.IsNanosecond = this.Context.CurrentConnectionConfig.ConnectionString.Contains("config_ns");
|
_IsIsNanosecond=sqlParameter.IsNanosecond = this.Context.CurrentConnectionConfig.ConnectionString.Contains("config_ns");
|
||||||
_IsMicrosecond = sqlParameter.IsMicrosecond = this.Context.CurrentConnectionConfig.ConnectionString.Contains("config_ms");
|
_IsMicrosecond = sqlParameter.IsMicrosecond = this.Context.CurrentConnectionConfig.ConnectionString.Contains("config_us");
|
||||||
}
|
}
|
||||||
result[i]=sqlParameter;
|
result[i]=sqlParameter;
|
||||||
i++;
|
i++;
|
||||||
|
Loading…
Reference in New Issue
Block a user