mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update sqlite db.GetDate()
This commit is contained in:
parent
0d997d2a4d
commit
aeb9132118
@ -12,14 +12,14 @@ namespace SqlSugar
|
||||
{
|
||||
get
|
||||
{
|
||||
return "DATETIME('now') ";
|
||||
return " DATETIME('now', 'localtime') ";
|
||||
}
|
||||
}
|
||||
public override string FullSqlDateNow
|
||||
{
|
||||
get
|
||||
{
|
||||
return "select DATETIME('now') ";
|
||||
return "select DATETIME('now', 'localtime') ";
|
||||
}
|
||||
}
|
||||
public override string RemoveParentheses(string sql)
|
||||
|
Loading…
Reference in New Issue
Block a user