mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 18:59:35 +08:00
Update QuestDb
This commit is contained in:
parent
d167b8f3a4
commit
54159e205f
@ -367,5 +367,10 @@ namespace SqlSugar
|
||||
{
|
||||
return "( " + fieldName + "=true )";
|
||||
}
|
||||
|
||||
public override string GetDateString(string dateValue,string format)
|
||||
{
|
||||
return $" to_str({dateValue},'{format}') ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user