mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
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:
parent
4365bd4468
commit
449cf99359
3 changed files with 70769 additions and 18782 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue