mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
Update oracle db.getdate()
This commit is contained in:
@@ -27,7 +27,7 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "select sysdate from dual";
|
||||
return "select systimestamp from dual";
|
||||
}
|
||||
}
|
||||
public override string SqlTranslationLeft { get { return "\""; } }
|
||||
|
||||
Reference in New Issue
Block a user