Tao Liu
4894e4d80b
Merge branch 'develop' into feature/tagschema
2020-05-26 11:03:20 +00:00
Tao Liu
8edc36edc5
Merge branch 'develop' into feature/tagschema
2020-05-26 11:02:24 +00:00
Tao Liu
fbc50a3da3
[TD-90] tag schema develop
2020-05-26 11:02:05 +00:00
MysticBoy
957410a066
fix for topic and clean up
2020-05-26 18:18:12 +08:00
Bomin Zhang
c1bc7ef982
shell suport multiple commands in single statement
2020-05-26 16:51:26 +08:00
Steven Li
5bf9e79871
Switched to actual detection of states, discovered major metadata handling flaw, and is now blocked
2020-05-26 01:47:15 -07:00
Shuaiqiang Chang
cf1e30be32
Merge branch 'develop' into hotfix/taos-tools
...
* develop:
support glibc 2.17 (default version of CentOS7).
[td-225]fix bugs in diff
[td-225]fix bugs in fill for super table query
[modify script for arbitrator function]
[modify script for arbitrator function]
update shellPrintNChar
Update TSDBDriver.java
TD-407: add config for binary column display width
add insert/sparseData.py to test compressing sparse file content.
query with and/or/illegal filter
2020-05-26 15:42:06 +08:00
Shuaiqiang Chang
87cdb1c58c
fix: taosdemo params error
2020-05-26 15:40:36 +08:00
MysticBoy
c2b148c16a
rem mqttc install
2020-05-26 15:31:53 +08:00
MysticBoy
a99005e0e8
fix for comparison of array 'tsMqttBrokerClientId' equal to a null pointer is
...
always false [-Werror,-Wtautological-pointer-compare]
recnt_status.client_id = tsMqttBrokerClientId==NULL ||
2020-05-26 15:26:33 +08:00
MysticBoy
f089b7c411
加入配置项说明和默认配置
2020-05-26 15:17:46 +08:00
Haojun Liao
b549f121ac
[td-225]update the sim script
2020-05-26 14:47:21 +08:00
MysticBoy
adb6249aae
Parse Uri , format is mqtt://username:password@hostname:1883/taos/
2020-05-26 14:42:07 +08:00
MysticBoy
b8a96b40b6
add MQTT-C
2020-05-26 11:50:23 +08:00
MysticBoy
2956b5861f
remove old
2020-05-26 11:48:50 +08:00
MysticBoy
f076073702
remove submodule
2020-05-26 11:43:14 +08:00
MysticBoy
d0995506d9
Merge remote-tracking branch 'remotes/origin/develop' into feature/mqtt
2020-05-26 11:40:09 +08:00
Shuduo Sang
53e5f84d64
Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
2020-05-26 09:57:45 +08:00
Shengliang Guan
7c31b143b2
Merge pull request #2035 from taosdata/hotfix/sangshuduo/support-glibc-2.17-and-earlier-version
...
support glibc 2.17 (default version of CentOS7).
2020-05-26 09:47:28 +08:00
Steven Li
27c5c2acbd
Merge remote-tracking branch 'origin/develop' into feature/crash_gen
2020-05-25 14:18:32 -07:00
Haojun Liao
7cbff7c2c2
[td-225]fix bugs in empty super table query.
2020-05-25 23:29:26 +08:00
Shuduo Sang
5583060b00
support glibc 2.17 (default version of CentOS7).
...
[TD-420]
2020-05-25 22:37:54 +08:00
Shengliang Guan
2d146684b1
Merge pull request #2034 from taosdata/filterComboTest
...
Add more query cases
2020-05-25 22:08:40 +08:00
Ping Xiao
daed646d4c
Merge branch 'develop' into filterComboTest
2020-05-25 20:39:16 +08:00
Ping Xiao
47c63e89e6
1.Merge branch 'develop' into filterComboTest
...
2.Add query error cases
3.Add normal query cases
3.Add query cases with multiple filters
2020-05-25 20:37:43 +08:00
Shengliang Guan
1e3e40f6ea
Merge pull request #2033 from taosdata/feature/query
...
Feature/query
2020-05-25 19:36:54 +08:00
Haojun Liao
6f524d20ac
[td-225]fix bugs in diff
2020-05-25 19:27:19 +08:00
Shengliang Guan
5cd9deda31
Merge pull request #2026 from sunguofeng/patch-1
...
Update TSDBDriver.java
2020-05-25 19:24:54 +08:00
Haojun Liao
e1a34a1bf7
[td-225]fix bugs in fill for super table query
2020-05-25 19:13:15 +08:00
Shengliang Guan
406e170f59
[TD-335] rename some function names
2020-05-25 19:05:52 +08:00
Shengliang Guan
2de739a1a9
Merge pull request #2029 from taosdata/feature/sangshuduo/sparse-file-compress-test
...
add insert/sparseData.py to test compressing sparse file content.
2020-05-25 19:01:34 +08:00
Shengliang Guan
5513e3a738
Merge pull request #2028 from taosdata/feature/td-407
...
TD-407: add config for binary column display width
2020-05-25 19:00:57 +08:00
Shengliang Guan
e2d08c2751
Merge pull request #2032 from taosdata/develop_lihui
...
Develop lihui
2020-05-25 18:58:52 +08:00
Hui Li
41556c085b
[modify script for arbitrator function]
2020-05-25 18:56:24 +08:00
Hui Li
316e807c51
[modify script for arbitrator function]
2020-05-25 18:46:14 +08:00
Bomin Zhang
4e3aa5d5d3
update shellPrintNChar
...
it padding the output to be exactly `width` columns now.
2020-05-25 18:45:43 +08:00
sunguofeng
d3aaceedb5
Update TSDBDriver.java
...
多数据源下,driver驱动根据acceptsURL判断url使用合适的驱动,增加判断TAOS驱动
2020-05-25 17:25:08 +08:00
Bomin Zhang
3a650da645
TD-407: add config for binary column display width
2020-05-25 17:19:22 +08:00
Shuduo Sang
961ce678bb
Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
2020-05-25 16:15:28 +08:00
Shengliang Guan
fdad406eef
Merge pull request #2024 from taosdata/feature/query
...
Feature/query
2020-05-25 16:15:08 +08:00
Shuduo Sang
9560f319b2
add insert/sparseData.py to test compressing sparse file content.
...
[TD-412]
2020-05-25 16:12:49 +08:00
slguan
a2a8ada7c2
Merge branch 'develop' into hotfix/log
...
# Conflicts:
# src/client/inc/tscLog.h
2020-05-25 14:57:58 +08:00
Shengliang Guan
dfbe9ace8a
Merge pull request #2024 from taosdata/feature/query
...
Feature/query
2020-05-25 14:50:24 +08:00
Shengliang Guan
508dd0b409
scripts
2020-05-25 14:49:15 +08:00
Shengliang Guan
9dc99b3df7
[TD-410] not print local error msg
2020-05-25 13:59:08 +08:00
Shengliang Guan
374751dba5
[TD-410] fix log print error
2020-05-25 13:53:41 +08:00
Haojun Liao
0c4b90f3b4
[td-225] refactor codes
2020-05-25 11:51:50 +08:00
Haojun Liao
5447600648
[td-225] add statistics for binary/nchar data
2020-05-25 11:21:36 +08:00
Shengliang Guan
5ab5dcea68
Merge branch 'develop' of https://github.com/taosdata/TDengine into develop
2020-05-25 03:09:47 +00:00
Shengliang Guan
9c3ddab8c5
scripts
2020-05-25 03:04:51 +00:00