markswang
|
f4efe18aa3
|
[TD-5534]<fix>:fix the coverity high risk of client
|
2021-07-27 17:10:51 +08:00 |
markswang
|
356dfa3026
|
Merge branch 'develop' of https://github.com/taosdata/TDengine into fix/TD-5534
|
2021-07-27 17:08:38 +08:00 |
markswang
|
b2c0fbe0ce
|
[TD-5534]<fix>:fix the coverity high risk of client
|
2021-07-27 17:08:32 +08:00 |
markswang
|
3e96e64521
|
[TD-5534]<fix>:fix the coverity medium risk of client
|
2021-07-27 17:05:37 +08:00 |
Minglei Jin
|
0d467bb0cd
|
[TD-5558]<fix>: fix invalid read memory issue
|
2021-07-27 16:35:13 +08:00 |
wenzhouwww
|
84cbdeb8a7
|
[TD-5370]<test>:new branch for test case about taosdump nano support
|
2021-07-27 15:40:24 +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 |
Shuduo Sang
|
b993a05960
|
[TD-5543]<fix>: taosdump precision description and display. (#7031)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-07-27 14:49:38 +08:00 |
lichuang
|
f89a8ea6d6
|
[TD-5554]<fix>fix memory heap runtime overflow
|
2021-07-27 14:33:30 +08:00 |
Ping Xiao
|
09e52f9d95
|
[TD-5497]<test>: add test case
|
2021-07-27 14:27:41 +08:00 |
Shuduo Sang
|
2d6e305118
|
add prompt msg if WAL size exceeds limit. (#7033)
|
2021-07-27 14:03:50 +08:00 |
markswang
|
eaed6da8ce
|
[TD-5534]<fix>:fix the coverity high risk of client
|
2021-07-27 13:57:22 +08:00 |
jiajingbin
|
736adcf7cc
|
combine cases
|
2021-07-27 13:52:44 +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 |
Zhiyu Yang
|
15b616c32e
|
Fix/td 5506 (#7022)
* slove conflict
* [TD-5506]<fix>: throw SQLException in HttpClientPoolUtil
|
2021-07-27 13:19:47 +08:00 |
Shuduo Sang
|
606119e3a5
|
add prompt msg if WAL size exceeds limit. (#7032)
|
2021-07-27 13:05:48 +08:00 |
jiajingbin
|
28b7529ba7
|
delete unused tb_name
|
2021-07-27 11:46:59 +08:00 |
tomchon
|
8aa0a37392
|
[TD-4432]<test>: add taodemo-testcase that using stmt interface
|
2021-07-27 11:40:47 +08:00 |
wenzhouwww
|
74fa1114f3
|
[TD-5369]<test> change the nums of tables and insert rows!
|
2021-07-27 11:06:04 +08:00 |
lichuang
|
dce3de680f
|
[TD-5504]<fix>fix tsdbRestoreLastColumns run time bug:memory heap overflow
|
2021-07-27 10:45:53 +08:00 |
lichuang
|
f5758a29da
|
[TD-5504]<fix>fix tsdbRestoreLastColumns run time bug:memory heap overflow
|
2021-07-27 10:40:42 +08:00 |
tickduan
|
4833f5eaa3
|
metrics_del.sim 23:50 insert two days bug fixed
|
2021-07-27 10:22:29 +08:00 |
Shengliang Guan
|
53480b07c0
|
Merge pull request #7005 from taosdata/fix/TD-5512
[TD-5512]<fix>: fix arbitrator offline caused by vnode destroying
|
2021-07-27 10:21:52 +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 |
happyguoxy
|
9a3e6db6a7
|
[TD-5213]<test>:test operator
|
2021-07-27 08:55:45 +08:00 |
Shuduo Sang
|
10956b4a5e
|
Feature/sangshuduo/td 4068 taosdemo stmt for master (#7020)
* [TD-4068]<feature>: taosdemo support stmt.
for easy merge purpose. disabled in master.
* fix clang compile error.
* fix memory leak, add more macros. change sqlcount to int
* fix rest segfault.
* add stmt_errstr() for reason print.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-07-27 07:59:28 +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 |
jiajingbin
|
7f5aaa25d3
|
modify some cases
|
2021-07-26 19:12:50 +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 |
markswang
|
a960f0ff79
|
[TD-5534]<fix>:fix the coverity high risk of client
|
2021-07-26 18:38:37 +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 |
wenzhouwww
|
c63d6f4c94
|
[TD-5369]<test> fulltest.sh
|
2021-07-26 18:00:02 +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 |
jiajingbin
|
361e9f81d6
|
save
|
2021-07-26 16:23:20 +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 |
Haojun Liao
|
3ee29d8aec
|
Merge branch 'develop' into feature/query
|
2021-07-26 16:02:01 +08:00 |
shenglian zhou
|
19b9658160
|
add traceable id to log
|
2021-07-26 15:51:59 +08:00 |
jiajingbin
|
909ff0b2a1
|
save
|
2021-07-26 13:53:25 +08:00 |
Haojun Liao
|
2b99aa162f
|
[td-225]fix bug found by regression test.
|
2021-07-26 13:39:39 +08:00 |
Ganlin Zhao
|
8c423dd4ff
|
[TD-5521]<fix>: [schemaless]id can only contain digits/alphabet/underscore
|
2021-07-26 13:09:43 +08:00 |