Merge pull request #16811 from taosdata/main
release: merge from main to 3.0
This commit is contained in:
commit
601b2e343c
|
@ -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
|
||||
|
|
|
@ -256,6 +256,7 @@ description: TDengine 保留关键字的详细列表
|
|||
|
||||
### V
|
||||
|
||||
- VALUE
|
||||
- VALUES
|
||||
- VARIABLE
|
||||
- VARIABLES
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue