提交 dbcc57d7 编写于 作者: G Ganlin Zhao

[TD-14413]<fix>: TO_ISO8601(ts) core dump fix

上级 ce268ce2
......@@ -241,7 +241,8 @@ static void reverseCopy(char* dest, const char* src, int16_t type, int32_t numOf
return;
}
case TSDB_DATA_TYPE_BIGINT:
case TSDB_DATA_TYPE_UBIGINT: {
case TSDB_DATA_TYPE_UBIGINT:
case TSDB_DATA_TYPE_TIMESTAMP: {
int64_t* p = (int64_t*) dest;
int64_t* pSrc = (int64_t*) src;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册