提交 b72849aa 编写于 作者: S Shengliang Guan

fix: let the shell parse statements like create table `abd\`

上级 ae905656
...@@ -141,6 +141,9 @@ int32_t shellRunCommand(char *command) { ...@@ -141,6 +141,9 @@ int32_t shellRunCommand(char *command) {
*p++ = '\\'; *p++ = '\\';
} }
break; break;
default:
*p++ = '\\';
break;
} }
*p++ = c; *p++ = c;
esc = false; esc = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册