mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 05:42:01 +08:00
Update ClickHouse
This commit is contained in:
@@ -11,7 +11,11 @@ namespace SqlSugar.ClickHouse
|
||||
{
|
||||
public static string ToLower(this string value, bool isLower)
|
||||
{
|
||||
return value.ObjToString().ToLower();
|
||||
if (isLower)
|
||||
{
|
||||
return value.ObjToString().ToLower();
|
||||
}
|
||||
return value.ObjToString();
|
||||
}
|
||||
public static int ObjToInt(this object thisValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user