提交 df9396cc 编写于 作者: H Hongze Cheng

Merge branch '3.0' of https://github.com/taosdata/TDengine into feat--tag-index

...@@ -509,7 +509,7 @@ void shellPrintField(const char *val, TAOS_FIELD *field, int32_t width, int32_t ...@@ -509,7 +509,7 @@ void shellPrintField(const char *val, TAOS_FIELD *field, int32_t width, int32_t
bool shellIsLimitQuery(const char *sql) { bool shellIsLimitQuery(const char *sql) {
//todo refactor //todo refactor
if (strstr(sql, "limit") != NULL || strstr(sql, "LIMIT") != NULL) { if (strcasestr(sql, " limit ") != NULL) {
return true; return true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册