merge develop
This commit is contained in:
parent
1b62c9b4e2
commit
ec1ee6db19
|
@ -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);
|
||||
|
||||
SSchema s = {0};
|
||||
s.type = resType;
|
||||
s.type = (uint8_t)resType;
|
||||
s.bytes = bytes;
|
||||
s.colId = pExpr->base.colInfo.colId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue