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
|
- TOPICS
|
||||||
- TRIGGER
|
- TRIGGER
|
||||||
- TSERIES
|
- TSERIES
|
||||||
|
- TTL
|
||||||
|
|
||||||
### U
|
### U
|
||||||
|
|
||||||
|
@ -253,6 +254,7 @@ There are about 200 keywords reserved by TDengine, they can't be used as the nam
|
||||||
|
|
||||||
### V
|
### V
|
||||||
|
|
||||||
|
- VALUE
|
||||||
- VALUES
|
- VALUES
|
||||||
- VARIABLE
|
- VARIABLE
|
||||||
- VARIABLES
|
- VARIABLES
|
||||||
|
|
|
@ -256,6 +256,7 @@ description: TDengine 保留关键字的详细列表
|
||||||
|
|
||||||
### V
|
### V
|
||||||
|
|
||||||
|
- VALUE
|
||||||
- VALUES
|
- VALUES
|
||||||
- VARIABLE
|
- VARIABLE
|
||||||
- VARIABLES
|
- VARIABLES
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
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/taosShellError.py
|
||||||
python3 ./test.py -f 0-others/taosShellNetChk.py
|
python3 ./test.py -f 0-others/taosShellNetChk.py
|
||||||
python3 ./test.py -f 0-others/telemetry.py
|
python3 ./test.py -f 0-others/telemetry.py
|
||||||
|
|
Loading…
Reference in New Issue