Haojun Liao
5bea3eabe5
[td-225]fix compiler error.
2021-07-19 22:58:54 +08:00
Haojun Liao
b0657d0646
Merge pull request #6924 from taosdata/fix/TD-5388
...
[TD-5388]<fix>: fix isUpdateQuery for 'reset query cache' statement
2021-07-19 22:30:40 +08:00
tickduan
dc3ceb7f00
readd TSZ submodule
2021-07-19 21:24:30 +08:00
tickduan
2f311a1dd2
delete TSZ parent
2021-07-19 20:58:20 +08:00
tickduan
518f2a04c7
fix build err
2021-07-19 20:43:25 +08:00
tickduan
5810ee65df
remove SZ replace with submodule TSZ
2021-07-19 20:22:34 +08:00
shenglian zhou
3b86cd1242
Merge branch 'develop' into feature/td-4647-2
2021-07-19 20:13:35 +08:00
tomchon
1c7670d9f7
modify release scripts and change version number
2021-07-19 19:40:22 +08:00
Haojun Liao
78f58194c4
[td-5404]<fix>: fix memory leak in union query.
2021-07-19 17:55:42 +08:00
Cary Xu
1800c2e846
support payload type for both prepare and non-prepare mode
2021-07-19 16:50:25 +08:00
Shuduo Sang
43a3ee0690
Hotfix/sangshuduo/td 5300 taosdemo stmt print for master ( #6919 )
...
* [TD-5300]<fix>: taosdemo stmt debug print.
* fix default iface is unknown.
* merge with TD-5300 fix against develop
2021-07-19 16:48:40 +08:00
wpan
2ae80b66a3
support dummy tag in sub-table interval query
2021-07-19 16:26:27 +08:00
Elias Soong
8dabb0f8f8
Merge pull request #6925 from taosdata/docs/Update-Latest-Feature
...
[TD-5255] <docs>: fix table names typo.
2021-07-19 16:23:45 +08:00
Elias Soong
182f97676d
[TD-5255] <docs>: fix table names typo.
2021-07-19 16:23:23 +08:00
Shengliang Guan
3de012990a
Merge pull request #6914 from taosdata/fix/TD-5324
...
[TD-5324]<fix>:check max row bytes when alter tag/column width
2021-07-19 16:18:51 +08:00
zhaoyanggh
72512255bb
add test case for reset query cache using jdbc
2021-07-19 16:01:05 +08:00
zyyang
b74bfad64f
[TD-5388]<fix>: fix isUpdateQuery for 'reset query cache' statement
2021-07-19 15:59:35 +08:00
Haojun Liao
b4154d8ad6
[td-255]update cmake files.
2021-07-19 15:45:48 +08:00
zhaoyanggh
d26a7ca3ba
fix test case
2021-07-19 15:43:41 +08:00
Hui Li
59f9aa8c2f
Merge pull request #6915 from taosdata/test/TD-5206-m
...
Test/td 5206 m
2021-07-19 15:42:01 +08:00
zhaoyanggh
20bb141347
add test case for reset query cache using jdbc
2021-07-19 15:40:29 +08:00
wpan
35c0cf9df0
fix windows compile error
2021-07-19 15:37:06 +08:00
zyyang
092a2e4330
[TD-5388]<fix>: fix isUpdateQuery for 'reset query cache' statement
2021-07-19 15:36:58 +08:00
Haojun Liao
b9a321e8c5
[td-225]disable utiltest
2021-07-19 15:18:27 +08:00
Haojun Liao
83dc3b31cf
[td-225]add test files.
2021-07-19 15:13:57 +08:00
wpan
152483045b
Merge branch 'develop' into feature/TD-5331
2021-07-19 15:02:45 +08:00
Haojun Liao
f3fd5d1a66
[td-5376]<enhance>: improve last_row query performance.
2021-07-19 14:49:11 +08:00
Shuduo Sang
b0bdd7c2c6
Hotfix/sangshuduo/td 5300 taosdemo stmt print ( #6918 )
...
* [TD-5300]<fix>: taosdemo stmt debug print.
* fix default iface is unknown.
2021-07-19 14:40:43 +08:00
wpan
950212fd35
support bind for sub tables in the same stable
2021-07-19 14:40:40 +08:00
tickduan
3063a5ead4
fix build error
2021-07-19 14:17:41 +08:00
tickduan
bf3078ccef
TSZ support TSZ_IMPL macro to use or not use. remove zlig
2021-07-19 14:13:47 +08:00
tomchon
f2e8ec524b
modify all release scripts to adding "beta" in package name
2021-07-19 14:01:39 +08:00
Cary Xu
bd38430097
removed unused codes
2021-07-19 13:57:45 +08:00
bryanchang0603
65d31bea78
[TD-5143]<test> adding test case about subquery
2021-07-19 12:40:52 +08:00
Cary Xu
ccb10efb73
eliminate redundant codes
2021-07-19 12:04:06 +08:00
Shuduo Sang
0953a60676
Feature/sangshuduo/td 5136 taosdemo rework ( #6911 )
...
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-19 12:03:18 +08:00
lichuang
1b90edcc55
[TD-5324]<fix>:check max row bytes when alter tag/column width
2021-07-19 11:09:35 +08:00
lichuang
02eca3c0e4
[TD-5324]<fix>:check max row bytes when alter tag/column width
2021-07-19 10:55:39 +08:00
lichuang
9a5402b010
[TD-5324]<fix>:check max row bytes when alter tag/column width
2021-07-19 10:42:19 +08:00
happyguoxy
b5724bb8e9
[TD-5206]<test>:test query stable join function
2021-07-19 10:41:40 +08:00
Haojun Liao
c9a3b75090
Merge pull request #6908 from taosdata/fix/TD-5055
...
[TD-5055]<fix> handle incorret result
2021-07-19 10:41:33 +08:00
happyguoxy
a8cc70f245
[TD-5206]<test>:test query stable join function
2021-07-19 10:41:14 +08:00
Haojun Liao
8f1b0d0ba2
Merge pull request #6894 from taosdata/fix/query
...
[td-5278]<enhance>: enable the show queries display the projection qu…
2021-07-19 10:41:03 +08:00
Haojun Liao
c1fa46d543
Merge pull request #6706 from taosdata/feature/TD-4666
...
Feature/td 4666
2021-07-19 10:40:03 +08:00
Ganlin Zhao
bac3766fab
[TD-5208]<fix>:fix potential mem leak when parsing value failed
2021-07-19 10:15:51 +08:00
Shuduo Sang
47a7136dbf
Hotfix/sangshuduo/td 5136 taosdemo rework for master ( #6913 )
...
* cherry pick from develop branch.
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-19 10:05:28 +08:00
tickduan
a215ba73e2
Merge branch 'develop' into compress_float
2021-07-19 09:47:02 +08:00
Hongze Cheng
411a035c32
Merge pull request #6904 from taosdata/hotfix/TD-5322
...
<TD-5322><fix>: check max columns when add tags of stable
2021-07-19 09:46:31 +08:00
Shengliang Guan
614b5a3352
Merge pull request #6884 from taosdata/feature/m2d6
...
Feature/m2d6
2021-07-19 09:28:58 +08:00
tomchon
a4e6c27f9c
Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr
2021-07-18 21:08:52 +08:00