Commit graph

228 commits

Author SHA1 Message Date
Shuduo Sang
085936e61c
fix: taos shell prompt if not ws error (#20032) 2023-02-17 18:54:08 +08:00
Alex Duan
4a8d5355a7 fix: parse multi-line sql include tab key 2023-02-15 20:21:41 +08:00
Alex Duan
6676ee7de8 fix: run once not check right 2023-02-15 11:34:01 +08:00
Alex Duan
128880c1cf add taos_close 2023-02-15 11:27:44 +08:00
Alex Duan
2f32b3a2d8 fix: need not obtain db name if input argument include -s 2023-02-15 11:17:34 +08:00
Alex Duan
ca5dfb28e1 fix: showHelp return line format error 2023-02-15 10:28:37 +08:00
Alex Duan
f2b8f18661 fix: first update var values then search 2023-02-12 16:41:43 +08:00
Alex Duan
c823ad912f fix: build error 2023-02-12 16:31:24 +08:00
Alex Duan
8e28a63af8 fix: dot not complete with dbname 2023-02-12 16:28:03 +08:00
Alex Duan
9c296f6c71 fix: dot not complete with dbname 2023-02-12 16:23:41 +08:00
Alex Duan
494b1f1d83 feat: less one char to match 2023-02-11 23:19:19 +08:00
Alex Duan
979ca40214 feat: add perf systable name 2023-02-11 23:09:47 +08:00
Alex Duan
17b77c44be feat: auto get stable after use db 2023-02-11 23:02:11 +08:00
Alex Duan
932dc94f7e feat: auto get stable after use db 2023-02-11 22:58:18 +08:00
Alex Duan
095a6e0f82 feat: auto get stable after use db 2023-02-11 22:49:17 +08:00
Alex Duan
8bde21894f feat: get dbname after set conn 2023-02-11 22:44:43 +08:00
Alex Duan
2fe1ee2aab feat: get dbname after set conn 2023-02-11 22:39:33 +08:00
Alex Duan
adfdb0967c feat: auto fill database name and sys table name2 2023-02-11 22:25:39 +08:00
Alex Duan
af14254639 feat: auto fill database name and sys table name1 2023-02-11 22:22:17 +08:00
Alex Duan
c13b0e68d9 feat: auto fill database name and sys table name 2023-02-11 22:19:45 +08:00
Alex Duan
f5c2c6858b remove alter balance cmd 2023-02-11 18:33:45 +08:00
Alex Duan
503b03d661 fix: build error 2023-02-11 18:29:49 +08:00
Alex Duan
c501c81266 modify format and remove no use delete 2023-02-11 17:19:21 +08:00
Shuduo Sang
e6ccb777a3
fix: taos shell show err msg twice with cloud service (#19894) 2023-02-09 22:24:45 +08:00
dapan1121
6b259777ad fix: move crash report to shell 2023-01-17 11:18:49 +08:00
Alex Duan
43e6d441bc fix(shell): fixed not last word matched 2022-12-18 23:34:55 +08:00
Shuduo Sang
8fbe4b64a8
fix: taos shell prompt for websocket (#18826) 2022-12-08 20:26:06 +08:00
dapan1121
17c6d303e3
Merge pull request #18698 from taosdata/TS-2155-3.0
fix(shell): forbid .taos_history record password for security
2022-12-05 17:19:44 +08:00
Alex Duan
83f7c7c2d0 fix(shell): forbid record password in taos_history file 2022-12-05 14:36:34 +08:00
Alex Duan
1cc0df89ab fix(shell): forbid record password in taos_history file 2022-12-05 14:19:31 +08:00
Alex Duan
693a602c62 feat(api): modify prompt text 2022-12-02 18:27:18 +08:00
Alex Duan
83a4f76ece feat(shell): affected rows int64 2022-12-02 17:15:51 +08:00
Alex Duan
39482b24db feat(shell): supported affected rows int64_t 2022-12-02 16:42:38 +08:00
Shengliang Guan
0860ac1c9b fix: show Permission denied error in mac 2022-12-01 15:14:34 +08:00
Alex Duan
999ad52386 fix(shell) add one blank after affected word 2022-11-25 09:11:28 +08:00
Alex Duan
cd46ca0f5a fix(shell): add help command and fix crete table filed complete include binary 2022-11-24 11:12:08 +08:00
Alex Duan
84a1105be0 fix(shell): describe show command need show whole result1 2022-11-10 16:48:24 +08:00
Alex Duan
2481f1cdb3 fix(shell): describe show command need show whole result 2022-11-10 16:27:17 +08:00
Alex Duan
4b49dde403 fix(shell): adjust show result format 2022-11-08 09:54:19 +08:00
Alex Duan
39c37e0e11 fix(shell): add affected rows in result 2022-10-26 14:54:50 +08:00
Alex Duan
d36bfa25ed fix(query): uniform the format of result between 2.6 and 3.0 2022-10-26 11:07:19 +08:00
Alex Duan
97e70e8f27 fix(all): coverity scan problem fixed 2022-10-24 18:41:39 +08:00
Alex Duan
39c800da80 fix(all): fixed coverity scan problems for second submiting 2022-10-22 15:41:37 +08:00
Shengliang Guan
00e2304d8b
Merge pull request #17537 from taosdata/fix/TS-1924-V30
fix(shell): correct the position of cursor error when  input chinese
2022-10-21 14:15:21 +08:00
Alex Duan
5039648174 fix(shell): forbied tab feature on windows 2022-10-21 11:51:03 +08:00
Alex Duan
14c02530b5 fix(shell): fixed chinese input error 1 2022-10-20 18:46:39 +08:00
Alex Duan
892bdb75fc fix(shell): fixed chinese input error 2022-10-20 18:39:35 +08:00
Xiaoyu Wang
8f28a9c9d2 import format error 2022-10-20 18:18:07 +08:00
Xiaoyu Wang
2339b8c0a6 some parser problem 2022-10-20 16:53:26 +08:00
Alex Duan
48069ca974 fix(shell): restore zhiqiang modify chinese char show modifing 2022-10-19 20:14:30 +08:00