huili
c9c2d0e02c
Merge pull request #5891 from taosdata/test/go_taosdemo
...
[TD-3879]add stmt mode for taodemo go
2021-04-23 11:18:21 +08:00
liuyq-617
f8cc5d8bd1
[TD-3879]add stmt mode for taodemo go
2021-04-22 18:13:09 +08:00
dapan1121
d4c024d779
fix bug
2021-04-22 16:47:46 +08:00
Shuduo Sang
e663bc6f00
Hotfix/sangshuduo/td 3880 csharp driver unsigned miss ( #5872 )
...
* [TD-3880]<fix>: C# driver test miss unsigned type.
* [TD-3880]<fix>: C# driver test miss unsigned type.
also modify other files as what TD-3204 did.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-21 16:15:40 +08:00
Shuduo Sang
808019af4d
Hotfix/sangshuduo/td 3877 c sharp query result ( #5866 )
...
* [TD-3877]<fix>: C# query result determination mechanism changed.
* [TD-3877]<fix>: C# query result determination mechanism changed.
change taosdemo and C#checker.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-21 09:51:09 +08:00
Ping Xiao
e3ac8a0523
[TD-2986]<test>: add demo example into CI
2021-04-14 11:04:30 +08:00
Shuduo Sang
640062a53d
Hotfix/sangshuduo/td 3401 query statistic ( #5795 )
...
* [TD-3401]<fix>: taosdemo query statistic.
refactor func name.
* [TD-3401]<fix>: taosdemo query statistic.
refactor func name 2.
* [TD-3401]<fix>: taosdemo support query statistic.
implementation.
* cleanup
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-13 16:24:42 +08:00
haojun Liao
d6ec9c6700
Merge branch 'develop' into master
2021-04-10 23:52:50 +08:00
robotspace
d8d85667cb
Resolve problems that is met in CentOS7. ( #5738 )
...
* Set value for std with c99 to avoid compile error on CentOS7.
* Get parameter from stack by same sequence.
* Add performance test.
2021-04-09 13:05:51 +08:00
dapan1121
3da3b0de53
asyncdemo crash issue
2021-04-09 11:05:33 +08:00
张金富
0bc3fddad0
去掉多余的括号和分号 ( #5656 )
...
* Update taosdemo.go
去掉多用的括号和分号
格式化代码
* Update taosdemo.go
地址改回127.0.0.1
2021-04-02 10:48:44 +08:00
nianhongdong
61d7d9ab41
Update JDBCDemo.java
...
71和76行测试示例的数据库和表名没有动态拼接,测试用在前面改数据库名和表名,会导致运行报错
2021-03-31 13:46:01 +08:00
zyyang
d2ec29715a
[TD-3410]<feature>: support nutz framework ( #5600 )
...
* [TD-3410]feature: adapted to nutz
* change
* change
* change
* change
* [TD-3447]<feature>: JDBC-RESTful and JDBC-JNI support setObject
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* [TD-3548]<feature>: support ParameterMetaData in JDBC-RESTful and JDBC-JNI
* change
* change
* [TD-3446]<feature>: JDBC-JNI and JDBC-RESTful do not need invoke Class.forName any more
* change jdbc version
* change
* change
* change
2021-03-29 14:42:49 +08:00
dapan1121
eafc5d39a5
Update asyncdemo.c
2021-03-25 14:34:50 +08:00
Ping Xiao
5a4ac21df7
fix crash issue
2021-03-25 14:31:10 +08:00
Shuduo Sang
3b97bd716d
Feature/sangshuduo/td 3317 taosdemo interlace ( #5537 )
...
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
check offset 0.
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
fix sample file import bug.
* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.
* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.
* [TD-3317] <feature>: make taosdemo support interlace mode.
json parameter rows_per_tbl support.
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode insertion.
refactor.
* [TD-3317] <feature>: support interlace mode insertion.
change json file.
* [TD-3317] <feature>: support interlace mode insertion.
fix multithread create table regression.
* [TD-3317] <feature>: support interlace mode insertion.
working but not perfect.
* [TD-3317] <feature>: support interlace mode insertion.
rename lowaTest with taosdemoTestWithJson
* [TD-3317] <feature>: support interlace mode insertion.
perfect
* [TD-3317] <feature>: support interlace mode insertion.
cleanup.
* [TD-3317] <feature>: support interlace mode insertion.
adjust algorithm of loop times.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3317] <feature>: support interlace mode insertion.
add time shift for no sleep time.
* [TD-3317] <feature>: support interlace insert.
rework timestamp.
* [TD-3317] <feature>: support interlace mode insertion.
change rows_per_tbl to interlace_rows.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-23 15:14:50 +08:00
Shuduo Sang
b694b2c378
Merge pull request #5360 from taosdata/hotfix/TD-3142
...
Hotfix/td 3142
2021-03-05 18:09:12 +08:00
zyyang
7ffbb65588
modified the springboot demo
2021-03-05 15:21:23 +08:00
Shuduo Sang
b44bff0c6a
[TD-3177] <fix>: fix demo.c checking result error mistake.
2021-03-05 11:50:51 +08:00
zyyang
179a4f5588
[TD-3142]<fix>: fix JDBC-RESTful back ResultSet with null Type
2021-03-05 09:28:06 +08:00
zyyang
1734b1d197
[TD-3173]<feature>: java taosdemo can execute one sql statement by commandline
2021-03-04 17:18:52 +08:00
zyyang
bfeb758b3a
Merge branch 'develop' into hotfix/TD-3142
2021-03-04 16:21:35 +08:00
Shuduo Sang
d9560c8bfa
[TD-3160] <fix>: fix c demo program compile issue.
2021-03-03 17:58:57 +08:00
zyyang
a8bb365a69
change
2021-03-03 14:28:47 +08:00
zyyang
bc95793da0
change
2021-03-03 14:27:58 +08:00
zyyang
ba22bff210
change
2021-03-03 14:12:50 +08:00
zyyang
0b5729fbf7
change
2021-03-03 11:16:30 +08:00
zyyang
2a683c5b9c
change
2021-03-03 11:00:43 +08:00
zyyang
04f06f9d4d
change driver
2021-03-03 10:09:07 +08:00
zyyang
b82a1c71be
add count and select tbname SQL test in springbootdemo
2021-03-03 10:02:07 +08:00
zyyang
2b165d84f2
change
2021-02-25 17:32:56 +08:00
zyyang
9a58d6d893
change
2021-02-25 16:37:04 +08:00
zyyang
2cdcfcf565
describe how to use taosdemo in readme.md
2021-02-23 11:31:55 +08:00
Shuduo Sang
c4fb50281b
Merge pull request #5184 from taosdata/feature/TD-2133
...
[TD-2133]<feature>: add queryService in java taosdemo
2021-02-22 09:43:47 +08:00
haojun Liao
0dddfb3dce
Merge pull request #5204 from taosdata/hotfix/TD-2964
...
[TD-2964]add check for tmp directory
2021-02-19 14:26:23 +08:00
dapan1121
12dac486bd
fix bug
2021-02-18 15:15:16 +08:00
Shuduo Sang
5133cbd4bf
[TD-2969] <fix>: fix rust example submodule issue.
2021-02-12 15:21:00 +00:00
zyyang
cb017ca0bd
change
2021-02-07 16:58:03 +08:00
Shuduo Sang
30ea2efd02
[TD-2771] <feature>: python taosdemo. refine query.
2021-02-06 09:39:46 +00:00
Shuduo Sang
b1c6a7d49f
[TD-2771] <feature>: python taosdemo. add query func.
2021-02-06 09:19:30 +00:00
Shuduo Sang
e5908c5f02
[TD-2771] feature: python taosdemo. multi process/thread working.
2021-02-06 08:40:38 +00:00
Shuduo Sang
11b1467d5c
[TD-2771] feature: python taosdemo. adjust debug output.
2021-02-05 11:08:31 +00:00
Shuduo Sang
59de857840
Merge branch 'develop' into feature/sangshuduo/TD-2771-python-taosdemo
2021-02-05 10:49:54 +00:00
Shuduo Sang
13a6421698
[TD-2771] feature: python taosdemo. add lock.
2021-02-05 10:48:25 +00:00
Shengliang Guan
7574b98ebf
Merge pull request #5144 from taosdata/fix/TD-2925
...
[TD-2925]<fix>: rename keep2,keep1 -> keep1,keep0
2021-02-04 16:23:01 +08:00
Minglei Jin
cc29da4e52
[TD-2643,TD-2925]<fix>: update sim test case and JDBCDemo doc
2021-02-04 15:40:51 +08:00
huili
4e2e7596cb
Merge pull request #5102 from taosdata/hotfix/sangshuduo/TD-2901-csharp-taosdemo-with-mono-doesnot-exit
...
[TD-2901] <fix>: fix bug taosdemo with mono compiled does not exit.
2021-02-04 15:25:59 +08:00
freemine
3c82bdfa51
first taosd on macosx
2021-02-02 23:50:13 +08:00
Shuduo Sang
cbb534c24b
[TD-2771] <feature>: python taosdemo, natvie interface.
2021-02-02 12:25:32 +00:00
Shuduo Sang
e66f2dbde5
[TD-2771] <feature>: python version taosdemo. add native interface
2021-02-02 19:23:43 +08:00