- 28 9月, 2021 2 次提交
-
-
由 xywang 提交于
-
由 sangshuduo 提交于
-
- 27 9月, 2021 3 次提交
-
-
由 Yang Zhao 提交于
* [TD-10456]<fix>taosdemo insert with normal table + rest * fix * fix style
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
* [TD-6280]<fix>: taosdump -P determine input. * fix mistake range.
-
- 26 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-7790]<fix>: taosdump stb dump memory leak. * fix normal table belong stb be specified.
-
- 25 9月, 2021 1 次提交
-
-
由 wafwerar 提交于
-
- 24 9月, 2021 5 次提交
-
-
由 Yang Zhao 提交于
* [TD-10418]taosdemo cmdline datatype binary, nchar with customized width * remove print * modify * add feature to --help * fix typo * fix typo
-
由 dependabot[bot] 提交于
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: Ndependabot[bot] <support@github.com> Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 Yang Zhao 提交于
* [TD-10439]<fix>taosdemo support timestamp tag * rerun ci
-
由 xiaolei li 提交于
* chore: esbuild support for nodejs connector * TD-1860-feature-node-restful * commit index,showdatabase * fix some description * fix test without assert, try to add CI * test ci 2nd * ci test 3rd * ci test 4th * remove src/index.js Co-authored-by: NHuo Linhe <linhehuo@gmail.com>
-
由 sangshuduo 提交于
-
- 23 9月, 2021 4 次提交
-
-
由 sangshuduo 提交于
-
由 Zhiyu Yang 提交于
* [TD-6671]<release>: release scripts for ProDB OEM * pro release modify
-
由 dengyihao 提交于
-
由 sangshuduo 提交于
* [TD-10416]<fix>: taosdump if no any arguments given. * fix database specified scenario.
-
- 22 9月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-5872]<fix>: taosdemo stmt improve. * refactor stmt functions. * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * fix empty tag sample. * [TD-5873]<test>add stmt’performance taosdemo testcase * add data_type enum and stmt_batch framework. * use data type enum and fix test case limit/offset. * revert thread number. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. * split func for stmt interlace. * fix bug that get build path. * stmt batch interlace works. * fix start time issue. * few cleanup. * fix nchar random length. Co-authored-by: NShuduo Sang <sdsang@taosdata.com> Co-authored-by: tomchon <haoran920c@163.com>
-
- 21 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-5872]<fix>: taosdemo stmt improve. * refactor stmt functions. * [TD-5872]<fix>: taosdemo stmt csv perf improve. * rand func back to early impl. * fix windows/mac compile error. * fix empty tag sample. * [TD-5873]<test>add stmt’performance taosdemo testcase * add data_type enum and stmt_batch framework. * use data type enum and fix test case limit/offset. * revert thread number. * rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality. * split func for stmt interlace. * fix bug that get build path. * stmt batch interlace works. * fix start time issue. * few cleanup. Co-authored-by: NShuduo Sang <sdsang@taosdata.com> Co-authored-by: tomchon <haoran920c@163.com>
-
由 sangshuduo 提交于
* [TD-6479]<fix>: taosdump cmdline align for database sequence. adopt 'taosdump -D db1,db2,...' format. * fix core dump issue. * refactor in progress * heavily refactor in progress. * change dumped filename back to thread index to avoid exceed file system limit.
-
- 20 9月, 2021 1 次提交
-
-
由 Yang Zhao 提交于
* add taosdump verison in cmake * add -V feature * taosdump add -V/--version
-
- 19 9月, 2021 2 次提交
-
-
由 sangshuduo 提交于
* [TD-3197] <fix>: fix taosdemo coverity scan issues. * [TD-3197] <fix>: fix taosdemo coverity scan issue. fix subscribeTest pids uninitialized. * [TD-3197] <fix>: fix taosdemo coverity scan issues. * [TD-3197] <fix>: fix coverity scan issues. check super tbl info pointer. * [TD-3197] <fix>: fix coverity scan issues. move sub tbl query thread join into loop * [TD-3197] <fix>: fix coverity scan issues. remove unused variable * [TD-3197] <fix>: fix coverity scan issues. use more secure random library * [TD-3197] <fix>: fix coverity scan issues. use strncpy for more safe * [TD-3197] <fix>: fix taosdemo coverity scan issue. replace arc4random with rand(). * [TD-3197] <fix>: fix coverity scan issues. check stb info pointer for start time * [TD-3197] <fix>: fix coverity scan issues. fix strcpy vulnerability * [TD-3197] <fix>: fix taosdemo coverity scan issue. modify taosdemoTest2. try to check database continously. * [TD-3197] <fix>: taosdemo coverity scan issues. * [TD-3197] <fix>: fix memory leak when parsing arguments. * [TD-3197] <fix>: fix cmake strip arguments. * [TD-3197] <fix>: taosdemo coverity scan. fix cmake string manipulation. * [TD-3197]<fix>: taosdemo coverity scan issue. configDir buffer overwrite. * [TD-3197]<fix>: coverity scan issue. taosdump argument validation. * [TD-3197]<fix>: taosdemo and taosdump coverity scan issues. * [TD-3197]<fix>: taosdemo coverity scan. append result buf to file. for develop branch. * exit if read sample file failed. * fix converity scan issue. * fix coverity scan issue. * fix coverity scan memory leak. * fix resource leak reported by coverity scan. * fix taosdemo coverity scan issue. * fix tcsetattr and getchar return value determination bug. * fix coverity scan issue. * fix two more coverity scan issues. * fix stmt batch coverity scan issue. * change to portable format. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* fix few coverity scan issues. * submit empty for triage appveyor build
-
- 18 9月, 2021 4 次提交
-
-
由 Yang Zhao 提交于
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
to defaultJSONType, as this param will also be used to set JSON tags default string types.
-
由 Yang Zhao 提交于
* [TS-352]<fix>taosdemo support unsigned data type * support negative number * change snprintf back to strncpy * fix bug * extend data value
-
- 17 9月, 2021 3 次提交
-
-
由 Ganlin Zhao 提交于
-
由 sangshuduo 提交于
* [TD-6479]<fix>: taosdump cmdline align for database sequence. adopt 'taosdump -D db1,db2,...' format. * fix core dump issue.
-
由 Zhiyu Yang 提交于
-
- 16 9月, 2021 6 次提交
-
-
由 Cary Xu 提交于
-
由 Cary Xu 提交于
-
由 sangshuduo 提交于
* [TD-5136]<feature>: taosdemo simulate real senario. * update test case according to taosdemo change * adjust range of semi-random data. * make demo mode use different tag name and value. * change malloc to calloc for pid allocation. * fix typo. * fix binary length default value and group id logic. * fix help msg. * fix aggregation func test. * minor typo fix. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 Ganlin Zhao 提交于
JSON numbers. Interger number -> BIGINT (contains only digits and '+' '-') Floating number -> DOUBLE (including decimal point format or scientific notation format)
-
由 Cary Xu 提交于
-
由 Ganlin Zhao 提交于
telnet lines. Interger number -> BIGINT (contains only digits and '+' '-') Floating number -> DOUBLE (including decimal point format or scientific notation format)
-
- 15 9月, 2021 5 次提交
-
-
由 xywang 提交于
-
由 Cary Xu 提交于
-
由 Ganlin Zhao 提交于
to binary/nchar through smlDefaultJSONStrType param
-
由 Ganlin Zhao 提交于
-
由 Ganlin Zhao 提交于
-