mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update ClickHouse
This commit is contained in:
@@ -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 = "";
|
||||
|
Reference in New Issue
Block a user