.MySql: FIELD_TYPE_TIMESTAMP

git-svn-id: svn://ultimatepp.org/upp/trunk@2503 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-06-24 18:12:03 +00:00
parent 79763a579c
commit 128b86d7bd

View file

@ -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: