mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-25 01:14:33 +08:00
Update Clikchouse
This commit is contained in:
parent
f4c29ebd02
commit
a1dc5e6da9
@ -98,8 +98,15 @@ namespace SqlSugar.ClickHouse
|
|||||||
{
|
{
|
||||||
date = UtilMethods.GetMinDate(this.Context.CurrentConnectionConfig);
|
date = UtilMethods.GetMinDate(this.Context.CurrentConnectionConfig);
|
||||||
}
|
}
|
||||||
|
if (this.Context.CurrentConnectionConfig?.MoreSettings?.DisableMillisecond == true)
|
||||||
|
{
|
||||||
return "'" + date.ToString("yyyy-MM-dd HH:mm:ss") + "'";
|
return "'" + date.ToString("yyyy-MM-dd HH:mm:ss") + "'";
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return "'" + date.ToString("yyyy-MM-dd HH:mm:ss.fff") + "'";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private string GetString(object value)
|
private string GetString(object value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user