mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update ClickHouse
This commit is contained in:
@@ -373,7 +373,7 @@ namespace SqlSugar.ClickHouse
|
||||
}
|
||||
public override string GetRandom()
|
||||
{
|
||||
return "RANDOM()";
|
||||
return "generateUUIDv4()";
|
||||
}
|
||||
|
||||
public override string EqualTrue(string fieldName)
|
||||
|
Reference in New Issue
Block a user