mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.MySql: FIELD_TYPE_TIMESTAMP
git-svn-id: svn://ultimatepp.org/upp/trunk@2503 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
79763a579c
commit
128b86d7bd
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ bool MySqlConnection::Execute() {
|
|||
f.type = DATE_V;
|
||||
break;
|
||||
case FIELD_TYPE_DATETIME:
|
||||
case FIELD_TYPE_TIMESTAMP:
|
||||
f.type = TIME_V;
|
||||
break;
|
||||
case FIELD_TYPE_VAR_STRING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue