提交 ec1ee6db 编写于 作者: Y yihaoDeng

merge develop

上级 1b62c9b4
...@@ -2986,7 +2986,7 @@ int32_t addExprAndResultField(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, int32_t col ...@@ -2986,7 +2986,7 @@ int32_t addExprAndResultField(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, int32_t col
getColumnName(pItem, pExpr->base.aliasName, pExpr->base.token, sizeof(pExpr->base.aliasName) - 1); getColumnName(pItem, pExpr->base.aliasName, pExpr->base.token, sizeof(pExpr->base.aliasName) - 1);
SSchema s = {0}; SSchema s = {0};
s.type = resType; s.type = (uint8_t)resType;
s.bytes = bytes; s.bytes = bytes;
s.colId = pExpr->base.colInfo.colId; s.colId = pExpr->base.colInfo.colId;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册