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