Merge pull request #16811 from taosdata/main

release: merge from main to 3.0
This commit is contained in:
Shengliang Guan 2022-09-13 17:09:11 +08:00 committed by GitHub
commit 601b2e343c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -238,6 +238,7 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam
- TOPICS
- TRIGGER
- TSERIES
- TTL
### U
@ -253,6 +254,7 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam
### V
- VALUE
- VALUES
- VARIABLE
- VARIABLES

View File

@ -256,6 +256,7 @@ description: TDengine 保留关键字的详细列表
### V
- VALUE
- VALUES
- VARIABLE
- VARIABLES

View File

@ -2,7 +2,7 @@
set -e
set -x
python3 ./test.py -f 0-others/taosShell.py
#python3 ./test.py -f 0-others/taosShell.py
python3 ./test.py -f 0-others/taosShellError.py
python3 ./test.py -f 0-others/taosShellNetChk.py
python3 ./test.py -f 0-others/telemetry.py