wpan
73e1c303ba
fix windows compile error
2021-07-14 18:04:16 +08:00
yihaoDeng
361f81e403
fix runtime bug
2021-07-14 18:00:00 +08:00
liuyq-617
cc13cd44c3
[TD-5260]add case for a potential crash
2021-07-14 17:25:49 +08:00
Shuduo Sang
80faa86c95
Feature/sangshuduo/td 5242 taosdemo support 4096 columns ( #6856 )
...
* [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.
* [TD-5242]<feature>: taosdemo support max columns align with TSDB defines.
2021-07-14 17:25:05 +08:00
wpan
64ca1f7274
fix join issues
2021-07-14 17:13:04 +08:00
Cary Xu
5a19bd96a0
Merge branch 'develop' into feature/TD-4666
2021-07-14 16:49:13 +08:00
Cary Xu
fbb3eb1ac2
add macro memRowSetTKey
2021-07-14 16:46:17 +08:00
xywang
cf76ed44fe
[TD-5169]<fix>: fixed a parsing bug
2021-07-14 16:45:32 +08:00
weicz1221
a1f1315de3
fix sql regex ( #6838 )
...
Co-authored-by: weicz <weicz@runlion.com>
2021-07-14 16:13:27 +08:00
Haojun Liao
ff9341e2e3
[td-225]code refactor.
2021-07-14 16:12:58 +08:00
Yurun
0a06306243
Fix the problem of parsing http protocol when the request header lacks spaces
2021-07-14 15:50:16 +08:00
shenglian zhou
1148a133b5
[TD-4647]<feature>: auto add column through schemaless line protocol
2021-07-14 15:34:53 +08:00
wpan
c0c7043d20
fix bug
2021-07-14 14:53:18 +08:00
Shuduo Sang
2279617750
Hotfix/sangshuduo/td 5136 taosdemo rework for master ( #6853 )
...
* 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.
2021-07-14 14:51:52 +08:00
wpan
83153f6a3e
fix bug
2021-07-14 14:39:20 +08:00
wpan
23545c2b29
fix bug
2021-07-14 14:28:30 +08:00
Haojun Liao
b62632f816
Merge pull request #6338 from taosdata/feature/TD-2574
...
[TD-2574]<enhance>: refactored algorithms for top and bottom functions.
2021-07-14 14:12:22 +08:00
xywang
e174669808
[TD-5169]<fix>: fixed a potential crash bug
2021-07-14 13:54:45 +08:00
wpan
37e86d57e3
add debug info
2021-07-14 13:02:14 +08:00
Haojun Liao
ae9eecf1b4
Merge pull request #6849 from taosdata/feature/query
...
[td-5153]<fix>: fix the tbname query bug in outer query.
2021-07-14 11:53:12 +08:00
Elias Soong
6dc159f852
Merge pull request #6854 from taosdata/docs/Update-Latest-Feature
...
[TD-5255] <docs>: update getting-start doc to fit latest taosdemo fea…
2021-07-14 11:33:19 +08:00
Elias Soong
44cd80b3e1
[TD-5255] <docs>: update getting-start doc to fit latest taosdemo feature.
2021-07-14 11:32:53 +08:00
Jun Li
72a36b080d
Remove unused code
2021-07-13 20:32:46 -07:00
shenglian zhou
3a2ace484c
fix schemaversion error that caused taosd core dump
2021-07-14 11:25:40 +08:00
tickduan
efdb71325b
Merge branch 'develop' into compress_float
2021-07-14 11:25:14 +08:00
tickduan
6b538fa63b
add new file copyright
2021-07-14 11:24:23 +08:00
wpan
2acc0194c6
fix bug
2021-07-14 11:17:01 +08:00
Haojun Liao
fb01043111
Merge pull request #6850 from taosdata/hotfix/TD-5150
...
[TD-5150]<fix>: fix unitialized semaphore when running test suites on MacOS
2021-07-14 10:34:18 +08:00
Haojun Liao
c8f1f7ca08
Merge pull request #6846 from taosdata/feature/szhou/sync_home_office
...
Feature/szhou/sync home office
2021-07-14 10:33:47 +08:00
Haojun Liao
76e28e294c
[td-225]update the test script.
2021-07-14 10:31:57 +08:00
happyguoxy
5ac5cf0051
[TD-5213]<test>test
2021-07-14 10:22:24 +08:00
happyguoxy
b81ca3465a
[TD-5213]<test>test
2021-07-14 10:22:10 +08:00
happyguoxy
704fce3263
[TD-5213]<test>test
2021-07-14 10:22:02 +08:00
yihaoDeng
2a107511f7
[TD-5134]<fix> fix runtime error
2021-07-14 10:20:46 +08:00
Hui Li
9d47506194
Merge pull request #6844 from taosdata/release/ver-2.1.4.1
...
modify all release scripts to adding "beta" in package name
2021-07-14 09:45:01 +08:00
glzhao89
420a1dfe05
[TD-5150]<fix>: fix unitialized semaphore when running test suites on MacOS
2021-07-14 09:16:00 +08:00
shenglian zhou
6b404cd1ce
change api function name taos_insert_by_lines to taos_insert_lines
2021-07-14 08:07:05 +08:00
Haojun Liao
d95f27acf6
[td-225]refactor the log
2021-07-13 23:03:07 +08:00
shenglian zhou
36f0b8a648
add more data type
2021-07-13 22:41:04 +08:00
Haojun Liao
05d137aa67
Merge pull request #6842 from taosdata/hotfix/TD-5142
...
[TD-5142]add timezone comments for windows
2021-07-13 22:38:00 +08:00
shenglian zhou
153b5d7115
pass pr build check
2021-07-13 21:37:22 +08:00
shenglian zhou
66e8c5fd35
Merge branch 'develop' into feature/szhou/sync_home_office
2021-07-13 19:05:46 +08:00
tickduan
656c966498
less element compress modify from 50 to 10
2021-07-13 18:38:27 +08:00
tomchon
319b8412e4
[TD-5219]<release>modify make_install.sh
2021-07-13 18:11:31 +08:00
Elias Soong
764ac99928
Merge pull request #6845 from taosdata/docs/Update-Latest-Feature
...
Docs/update latest feature
2021-07-13 18:01:03 +08:00
Elias Soong
a065d6a357
[TD-4905] <docs>: describe "INSERT INTO FILE" and restructured document about INSERT grammar.
2021-07-13 18:00:24 +08:00
shenglian zhou
81b60d96f1
show crash
2021-07-13 17:34:06 +08:00
Shenglian Zhou
4f05897b81
merge fix reconfigure table
2021-07-13 16:45:39 +08:00
Shenglian Zhou
0d719ab43c
add log and free memory
2021-07-13 16:37:07 +08:00
wpan
8f2008664e
add retry for reconfigure table
2021-07-13 16:34:19 +08:00