mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-30 22:10:22 +08:00
Update oracle db.getdate()
This commit is contained in:
parent
9a609ea5e3
commit
4190091a72
@ -27,7 +27,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "select sysdate from dual";
|
return "select systimestamp from dual";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public override string SqlTranslationLeft { get { return "\""; } }
|
public override string SqlTranslationLeft { get { return "\""; } }
|
||||||
|
Loading…
Reference in New Issue
Block a user