Update ClickHouse

This commit is contained in:
sunkaixuan
2022-08-13 19:02:01 +08:00
parent 40f10ef701
commit aac02169b6
2 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ namespace SqlSugar.ClickHouse
int i = 0;
public object FormatValue(object value, string name)
{
var n = "N";
var n = "";
if (this.Context.CurrentConnectionConfig.MoreSettings != null && this.Context.CurrentConnectionConfig.MoreSettings.DisableNvarchar)
{
n = "";