mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-15 12:39:36 +08:00
Update DuckDb
This commit is contained in:
parent
281cd86f2f
commit
3e6e930bbc
@ -24,14 +24,14 @@ namespace SqlSugar.DuckDB
|
||||
{
|
||||
get
|
||||
{
|
||||
return "current_date";
|
||||
return "current_timestamp";
|
||||
}
|
||||
}
|
||||
public override string FullSqlDateNow
|
||||
{
|
||||
get
|
||||
{
|
||||
return "select current_date";
|
||||
return "select current_timestamp";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -395,7 +395,7 @@ namespace SqlSugar.DuckDB
|
||||
}
|
||||
public override string GetDate()
|
||||
{
|
||||
return "NOW()";
|
||||
return " current_timestamp ";
|
||||
}
|
||||
public override string GetRandom()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user