Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
7f314620
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22017
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7f314620
编写于
8月 25, 2022
作者:
G
Ganlin Zhao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Merge branch '3.0' into fix/TD-18617
上级
6b9ace9c
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
10 addition
and
10 deletion
+10
-10
tests/script/tsim/parser/alter1.sim
tests/script/tsim/parser/alter1.sim
+1
-1
tests/script/tsim/parser/binary_escapeCharacter.sim
tests/script/tsim/parser/binary_escapeCharacter.sim
+1
-1
tests/script/tsim/parser/col_arithmetic_operation.sim
tests/script/tsim/parser/col_arithmetic_operation.sim
+1
-1
tests/script/tsim/parser/columnValue_unsign.sim
tests/script/tsim/parser/columnValue_unsign.sim
+1
-1
tests/script/tsim/parser/fill_stb.sim
tests/script/tsim/parser/fill_stb.sim
+1
-1
tests/script/tsim/parser/import_file.sim
tests/script/tsim/parser/import_file.sim
+1
-1
tests/script/tsim/parser/repeatAlter.sim
tests/script/tsim/parser/repeatAlter.sim
+1
-1
tests/script/tsim/parser/select_from_cache_disk.sim
tests/script/tsim/parser/select_from_cache_disk.sim
+1
-1
tests/script/tsim/parser/single_row_in_tb.sim
tests/script/tsim/parser/single_row_in_tb.sim
+1
-1
tests/script/tsim/parser/single_row_in_tb_query.sim
tests/script/tsim/parser/single_row_in_tb_query.sim
+1
-1
未找到文件。
tests/script/tsim/parser/alter1.sim
浏览文件 @
7f314620
...
...
@@ -130,4 +130,4 @@ endi
# return -1
#endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/binary_escapeCharacter.sim
浏览文件 @
7f314620
...
...
@@ -101,4 +101,4 @@ sql_error insert into tb values(now, '\');
#sql_error insert into tb values(now, '\\\n');
sql insert into tb values(now, '\n');
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/col_arithmetic_operation.sim
浏览文件 @
7f314620
...
...
@@ -132,4 +132,4 @@ sql_error select max(c1-c2) from $tb
print =====================> td-1764
sql select sum(c1)/count(*), sum(c1) as b, count(*) as b from $stb interval(1y)
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/columnValue_unsign.sim
浏览文件 @
7f314620
...
...
@@ -129,4 +129,4 @@ if $rows != 1 then
return -1
endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/fill_stb.sim
浏览文件 @
7f314620
...
...
@@ -279,7 +279,7 @@ endi
#endi
## linear fill
sql select _wstart, max(c1), min(c2), avg(c3), sum(c4), first(c7), last(c8), first(c9) from $stb where ts >= $ts0 and ts <= $tsu partition by t1 interval(5m) fill(linear)
sql select _wstart, max(c1), min(c2), avg(c3), sum(c4), first(c7), last(c8), first(c9) from $stb where ts >= $ts0 and ts <= $tsu partition by t1 interval(5m) fill(linear)
$val = $rowNum * 2
$val = $val - 1
$val = $val * $tbNum
...
...
tests/script/tsim/parser/import_file.sim
浏览文件 @
7f314620
...
...
@@ -69,4 +69,4 @@ endi
system rm -f $inFileName
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/repeatAlter.sim
浏览文件 @
7f314620
...
...
@@ -6,4 +6,4 @@ while $i <= $loops
$i = $i + 1
endw
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/select_from_cache_disk.sim
浏览文件 @
7f314620
...
...
@@ -60,4 +60,4 @@ if $data12 != 1 then
return -1
endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/single_row_in_tb.sim
浏览文件 @
7f314620
...
...
@@ -33,4 +33,4 @@ print ================== server restart completed
run tsim/parser/single_row_in_tb_query.sim
system sh/exec.sh -n dnode1 -s stop -x SIGINT
\ No newline at end of file
system sh/exec.sh -n dnode1 -s stop -x SIGINT
tests/script/tsim/parser/single_row_in_tb_query.sim
浏览文件 @
7f314620
...
...
@@ -195,4 +195,4 @@ endi
print ===============>safty check TD-4927
sql select first(ts, c1) from sr_stb where ts<1 group by t1;
sql select first(ts, c1) from sr_stb where ts>0 and ts<1;
\ No newline at end of file
sql select first(ts, c1) from sr_stb where ts>0 and ts<1;
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录