Commit Graph

16958 Commits

Author SHA1 Message Date
Haojun Liao bf33e7ed7d
Merge pull request #7015 from taosdata/hotfix/td-5517
[TD-5517]<fix>: lowercase letters for tablename/colname and return error when apply schema failed and add traceable id in sml log
2021-07-27 18:04:18 +08:00
Haojun Liao 32c7be0d96
Merge pull request #7018 from taosdata/fix/TD-5521
[TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore
2021-07-27 18:02:54 +08:00
Haojun Liao 96cd039f61
Merge pull request #7029 from taosdata/fix/TD-5533
[TD-5533]<feature>:add 'ctrl+u' and 'ctrl+k' shortcut for taosshell
2021-07-27 18:02:34 +08:00
Elias Soong c866582971
Merge pull request #7038 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-07-27 14:50:16 +08:00
Elias Soong 7557df65ec [TD-5555] <docs>: remove arm32 official support for server side. 2021-07-27 14:49:46 +08:00
Zhiyu Yang f734285282
[TD-5506]<hotfix>: fix NullPointerException in JDBC-RESTful (#7021)
* change jdbc version

* [TD-5506]<fix>: throw SQLException in HttpClientPoolUtil
2021-07-27 13:20:35 +08:00
Shuduo Sang 606119e3a5
add prompt msg if WAL size exceeds limit. (#7032) 2021-07-27 13:05:48 +08:00
Shuduo Sang b0b18b51dc
[TD-5543]<fix>: taosdump precision description and display. (#7030)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 10:19:15 +08:00
Hui Li 8e39bdd79f
Merge pull request #7027 from taosdata/test/TD-5452
[TD-5452] test case for verify modified set_tbname
2021-07-27 09:58:03 +08:00
Shuduo Sang ac1e16787d
Feature/sangshuduo/td 4068 taosdemo stmt (#7019)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

* fix memory leak.

* add more macro.

* fix rest segfault.

* add stmt_errstr() for reason print.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 07:59:09 +08:00
Ganlin Zhao 753135de69 [TD-5533]<feature>:add 'ctrl+u' and 'ctrl+k' shortcut for taosshell 2021-07-26 22:24:05 +08:00
Yang Zhao 2f088a0920
Update stmtTest.c 2021-07-26 19:06:56 +08:00
zhaoyanggh 92f721d537 [TD-5452] test case for verify modified set_tbname 2021-07-26 18:46:28 +08:00
Hui Li 677451536e
Merge pull request #7025 from taosdata/dev/chr
[TD-4432]<test>: add taodemo-testcase that using stmt interface
2021-07-26 18:08:34 +08:00
tomchon e0b00c0510 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-26 18:06:07 +08:00
tomchon d0d044e253 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-26 17:53:11 +08:00
tomchon a88753e253 modify fulltest.sh 2021-07-26 17:43:27 +08:00
Elias Soong 5dfc8f0118 [TD-4669] <docs>: fix redundant space in timestamp. 2021-07-26 17:24:22 +08:00
Elias Soong 8fbc65c4d1
Merge pull request #7023 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-07-26 16:34:51 +08:00
Elias Soong d8cf541e50 [TD-5349] <docs>: emphasize 'INTERVAL' operator & 'TIMEZONE' setting. 2021-07-26 16:34:27 +08:00
Ganlin Zhao 9bb0b4bd93 [TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore 2021-07-26 16:22:38 +08:00
shenglian zhou 880aad6ec1 fix windows compilation error 2021-07-26 16:04:13 +08:00
shenglian zhou 19b9658160 add traceable id to log 2021-07-26 15:51:59 +08:00
Ganlin Zhao 8c423dd4ff [TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore 2021-07-26 13:09:43 +08:00
Elias Soong 93acca58c5 [TD-4098] <docs>: clarify 'IN' operator on TIMESTAMP. 2021-07-26 11:32:23 +08:00
shenglian zhou c7ea760a5d Merge branch 'hotfix/td-5517' of github.com:taosdata/TDengine into hotfix/td-5517 2021-07-26 11:02:25 +08:00
shenglian zhou 09d4fe1b5e [TD-5517]<fix>: return error when apply schema action failed 2021-07-26 11:01:43 +08:00
shenglian zhou 11dd18cff2 [TD-5520]<fix>: lowcase letters in database names and line names can be uppercase 2021-07-26 11:01:43 +08:00
shenglian zhou 75c217e682 [TD-5517]<fix>: return error when apply schema action failed 2021-07-26 10:37:35 +08:00
shenglian zhou e393a5614b [TD-5520]<fix>: lowcase letters in database names and line names can be uppercase 2021-07-26 10:16:50 +08:00
Hui Li 3358072589
Merge pull request #6983 from taosdata/dev/chr
open taosdemo-testcase
2021-07-26 10:12:47 +08:00
Hui Li 5eec320971
Merge pull request #7003 from taosdata/release/ver-2.1.5.1
modify release scripts
2021-07-26 10:12:16 +08:00
Shuduo Sang f043e3a6e3
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7012)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-26 09:52:07 +08:00
Linhe Huo d6d822b8e9
[TD-5476]<fix>: update to latest grafanaplugin (#6990) 2021-07-25 22:58:33 +08:00
Haojun Liao f17d7c8bee
Merge pull request #7011 from taosdata/hotfix/td-5478
[TD-5478]<fix>:modify tag value of existing child table in line protocol processing
2021-07-25 16:12:09 +08:00
shenglian zhou 1347ddf892 fix change tag values errors 2021-07-24 23:05:58 +08:00
shenglian zhou 7d2cc83a38 TD-5478]:add modify child tag value through line protocol 2021-07-24 21:06:30 +08:00
Shuduo Sang 6ff1991d35
Hotfix/sangshuduo/td 5479 taosdump s e (#6994)
* [TD-5479]<fix>: taosdump -S -E does not work.

* taosdemo support timestamp step from command line.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-24 15:08:22 +08:00
Haojun Liao af0ff7c261
Merge pull request #6941 from taosdata/feature/query
Feature/query
2021-07-24 14:23:47 +08:00
Haojun Liao bc0ce0581f
Merge pull request #7006 from taosdata/fixbug/TD-5474
[TD-5474]<fix> fix runtime error
2021-07-24 14:23:29 +08:00
Haojun Liao 1be2310691
Merge pull request #7002 from taosdata/hotfix/TD-5507
[TD-5507]fix no table meta issue
2021-07-24 14:22:43 +08:00
Haojun Liao 2ede8e74a8
Merge pull request #6996 from taosdata/hotfix/td-5484
[TD-5484]<fix>:tag nchar/binary length exceed limit error when alter table add tag
2021-07-24 14:21:04 +08:00
Haojun Liao 2c645b1254
Merge pull request #6992 from taosdata/hotfix/td-5485
[TD-5485]<fix>:fix memory error due to uninitialized pointer value
2021-07-24 14:20:09 +08:00
tomchon e47659e0c5 taosdemo 2021-07-23 21:19:09 +08:00
Elias Soong 682060c01b
Merge pull request #7004 from taosdata/docs/Update-Latest-Feature
[TD-848] <docs>: fix description about SPREAD return type.
2021-07-23 18:45:03 +08:00
Elias Soong afaf7d6a13 [TD-848] <docs>: fix description about SPREAD return type. 2021-07-23 18:44:14 +08:00
shenglian zhou 9ec1f11741 fix error of total tags length and total columns length 2021-07-23 18:21:25 +08:00
tomchon aab7881c4d Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-23 18:19:14 +08:00
wpan b61c267a02 fix bug 2021-07-23 18:01:16 +08:00
wpan 69abf1ab3a fix bug 2021-07-23 17:52:56 +08:00