Haojun Liao
e27f1ce493
[td-225]refactor codes.
2021-07-16 14:59:42 +08:00
Hui Li
ae3ce9c19d
Merge pull request #6881 from taosdata/test/td5229
...
[TD-5229]<fix>: cname display is incomplete
2021-07-16 14:43:24 +08:00
wpan
d5a8aedb34
refact code
2021-07-16 14:24:12 +08:00
Haojun Liao
289e10823a
[td-5250]<enhance>: fix memory leak and remove duplicated name in name array list.
2021-07-16 14:23:48 +08:00
Hongze Cheng
e6c2d1600f
Merge pull request #6625 from taosdata/fix/lhhuo/TD-4872-O3-core
...
Fix/lhhuo/td 4872 o3 core
2021-07-16 14:19:49 +08:00
Hongze Cheng
727e88342a
Merge pull request #6540 from taosdata/feature/TD-4700
...
[feature]<TD-4700>: implement feature TD-4700
2021-07-16 14:18:53 +08:00
Haojun Liao
5ab2b2b1cd
Merge pull request #6870 from junli1026/jun/add-guard-rail
...
Add some guardrails
2021-07-16 14:13:11 +08:00
Shengliang Guan
195ce6d133
Merge from master into develop
2021-07-16 14:01:22 +08:00
Haojun Liao
0b05f0b06d
[td-5190]<fix>: add test cases.
2021-07-16 12:56:19 +08:00
Haojun Liao
4c593efcf4
[td-5190]<fix>: fix the bug in stddev query with fill clause.
2021-07-16 11:59:13 +08:00
jiajingbin
607ff5408b
[TD-5229]<fix>: cname display is incomplete
...
add method in util/sql.py---getColNameList() and checkColNameList
add testcase query/queryCnameDisplay.py
2021-07-16 11:32:20 +08:00
shenglian zhou
76fc259bd0
increase memory allocation by 1.5 during parse sml kv pairs
2021-07-16 10:56:11 +08:00
Haojun Liao
2d6ad4d87b
Merge pull request #6825 from taosdata/fix/TD-5134
...
[TD-5134]<fix> fix runtime error
2021-07-16 10:30:16 +08:00
Hui Li
17ba264bfd
Merge pull request #6876 from taosdata/test/TD-4433
...
script to control cluster used for test robust
2021-07-16 10:21:28 +08:00
Haojun Liao
503a6110f7
[td-5250]<enhance>: improve the performance of multi-table meta bulk load.
2021-07-16 10:08:45 +08:00
Haojun Liao
00a84f9fb3
Merge pull request #6877 from taosdata/hotfix/TD-5304
...
[TD-5304]add null protection
2021-07-16 10:03:27 +08:00
Cary Xu
c6c8772261
code optimization
2021-07-16 09:50:59 +08:00
shenglian zhou
83a66e1e33
Merge branch 'develop' into feature/td-4647-2
2021-07-16 09:40:27 +08:00
shenglian zhou
62cbe4f323
fix jdbc connector compilation error
2021-07-16 09:37:46 +08:00
Zhiyu Yang
9d89c37d70
Feature/td 5265 ( #6878 )
...
* [TD-5265]<feature>: add test case for executeBatch in Statement
* [TD-5265]<feature>: support continue process in Statement.executeBatch method
* change
* change
* change
* change
2021-07-16 09:35:43 +08:00
jiajingbin
ea62c29dcd
[TD-5229]<fix>: cname display is incomplete
...
add method in util/sql.py---getColNameList() and checkColNameList
add testcase query/queryCnameDisplay.py
2021-07-16 09:23:00 +08:00
zhaoyanggh
95ff65436a
[TD-4433]script to control cluster used for testing robust
2021-07-16 09:19:49 +08:00
Shenglian Zhou
1a60dadd0d
jdbc connector
2021-07-16 09:15:14 +08:00
wpan
375847cad6
support nchar filter
2021-07-16 08:13:06 +08:00
Ganlin Zhao
351757c7ba
resolve merge conflict
2021-07-16 01:10:10 +08:00
Ganlin Zhao
e56f55c375
restructured code according to coding style
2021-07-16 01:02:37 +08:00
Shuduo Sang
81bc57224a
[TD-5300]<fix>: taosdemo stmt debug print. ( #6873 )
...
* [TD-5300]<fix>: taosdemo stmt debug print.
* fix default iface is unknown.
2021-07-15 23:49:39 +08:00
Haojun Liao
d7a541661b
Merge pull request #6872 from taosdata/feature/query
...
[td-5037]<fix>: fix the last query performance worse then previous pr…
2021-07-15 22:06:32 +08:00
jiajingbin
8f19dea06d
[TD-5229]<fix>: cname display is incomplete
...
add method in util/sql.py---getColNameList() and checkColNameList
add testcase query/queryCnameDisplay.py
2021-07-15 21:46:34 +08:00
shenglian zhou
d1ba179416
[TD-4647]<feature>:fix mac os compile error
2021-07-15 21:30:35 +08:00
Cary Xu
2f271fa684
code optimization and give the same hint when exceed max columns
2021-07-15 21:09:30 +08:00
Zhiyu Yang
4b233396c3
[TD-5286]<test>: fix test case ( #6871 )
...
* [TD-5286]<test>: test insert and query, the ts should be the same
* print timestamp
* fix the setBytes test cases
2021-07-15 20:28:07 +08:00
shenglian zhou
d8545b5035
pass test for tag id key as child table name and timestamp ns/us/ms/s
2021-07-15 18:22:35 +08:00
wpan
b60de12546
add null protection
2021-07-15 18:20:53 +08:00
Haojun Liao
eabbe88f0e
[td-255]
2021-07-15 17:45:42 +08:00
Haojun Liao
c8308dbafd
[td-225]add malloc buffer check.
2021-07-15 17:36:16 +08:00
Haojun Liao
84da4d656f
[td-5250]<enhance>: compress the tableMeta info msg.
2021-07-15 17:34:22 +08:00
zhaoyanggh
115c00216f
script to control cluster used for test robust
2021-07-15 09:12:49 +00:00
yihaoDeng
456526ebb2
make jenkins
2021-07-15 16:41:50 +08:00
Haojun Liao
98fb5373c0
[td-225]fix compiler error.
2021-07-16 12:59:22 +08:00
Haojun Liao
dbaaee3365
[td-225]merge develop.
2021-07-16 10:20:42 +08:00
glzhao89
3b477f6c1c
[TD-5208]<feature> add timestamp parsing and child table name processing
2021-07-15 16:37:10 +08:00
wpan
8756467972
support nchar filter in parent
2021-07-15 16:11:21 +08:00
Haojun Liao
b8e8046716
Merge pull request #6857 from taosdata/feature/TD-5169
...
[TD-5169]<fix>: fixed a potential crash bug
2021-07-15 15:29:20 +08:00
Haojun Liao
b68bb2a84a
[td-5037]<fix>: fix the last query performance worse then previous problem.
2021-07-15 15:28:55 +08:00
ubuntu
0adfdc60d6
test push
2021-07-15 15:04:58 +08:00
tomchon
c05b99baf2
[TD-4432]<test>: add taodemo-testcase that using stmt interface
2021-07-15 15:00:48 +08:00
Cary Xu
0063cb84e2
comment the taosdemo test temporarily
2021-07-15 14:38:30 +08:00
wpan
31d17bdecc
Merge branch 'develop' into feature/TD-2581
2021-07-15 14:27:51 +08:00
Haojun Liao
97294c7e9d
Merge pull request #6863 from taosdata/hotfix/m-TD-5206
...
[TD-5206]<fix>:join not work for some data types issue
2021-07-15 13:59:57 +08:00