plugin/sqlite3, Sql: library updated, GetCurrentTime fixed

git-svn-id: svn://ultimatepp.org/upp/trunk@10801 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-01-29 22:44:45 +00:00
parent 4365bd4468
commit 449cf99359
3 changed files with 70769 additions and 18782 deletions

View file

@ -425,7 +425,7 @@ SqlVal SqlCurrentDate() {
}
SqlVal SqlCurrentTime() {
return SqlVal(SqlCode(SQLITE3, "time('now')")
return SqlVal(SqlCode(SQLITE3, "datetime('now')")
("current_timestamp"), SqlVal::HIGH);
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff