Update ClickHouse

This commit is contained in:
sunkaixuan
2022-08-13 03:09:19 +08:00
parent 80df87d48c
commit fdc58ee457
8 changed files with 92 additions and 139 deletions

View File

@@ -11,7 +11,7 @@ namespace SqlSugar.ClickHouse
{
public static string ToLower(this string value, bool isLower)
{
return value;
return value.ObjToString().ToLower();
}
public static int ObjToInt(this object thisValue)
{