Shuduo Sang
bdfd86052d
Hotfix/sangshuduo/td 6294 taosdemo long arg ( #7680 )
...
* [TD-6294]<fix>: taosdemo support long arg
fix conflict with develop branch.
* fix few words.
* declare default child tables number.
* add support email prompt.
* support the way no space between param and value
* fix uncatched status.
* fix -PP arg.
* fix total child tables bug.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-29 06:41:15 +08:00
hyy1223
767bd33491
modify make_install.sh to support homebrew ( #7535 )
...
* modify make_install.sh to support homebrew
* d
* modify make_insta.sh to support homebrew
* modify make_install.sh to support homebrew
* asas
* ss
* modify make_install.sh to support homebrew
* modify make_install.sh to support homebrew
2021-08-28 23:22:08 +08:00
Shuduo Sang
920750b8e9
Hotfix/sangshuduo/td 6294 taosdemo long arg ( #7644 )
...
* [TD-6294]<fix>: taosdemo support long arg
fix conflict with develop branch.
* fix few words.
* declare default child tables number.
* add support email prompt.
* support the way no space between param and value
* fix uncatched status.
* fix -PP arg.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-28 17:13:48 +08:00
Hui Li
3a46cbd94c
Merge pull request #7671 from taosdata/test/TD-6387-d
...
[TD-6387]<test> fetch over 100000 from super table
2021-08-28 17:08:24 +08:00
liuyq-617
33254ace8a
add query/query.py in fulltest.sh
2021-08-28 15:26:15 +08:00
liuyq-617
12f4137681
[TD-6387]<test> fetch over 100000 from super table
2021-08-28 14:52:44 +08:00
Haojun Liao
de0e8d88ae
Merge pull request #7631 from taosdata/feature/query
...
[td-6395]<enhance>: use the keyword "every" instead of keyword of "in…
2021-08-28 12:51:24 +08:00
dapan1121
5f588f7092
Merge pull request #7662 from taosdata/hotfix/fix-crash-gen
...
fix crash gen error
2021-08-28 11:55:25 +08:00
Hui Li
ee729b04ec
Merge pull request #7655 from taosdata/test/TD-6359_escape_case
...
[TD-6359]<test>: "add test case for escape '_' by '\' "
2021-08-28 11:18:16 +08:00
dapan1121
13c2db3ae3
Merge pull request #7599 from taosdata/feature/TD-6285
...
[TD-6285]<feature>: added directive for db name in restful interface
2021-08-28 10:45:56 +08:00
dapan1121
e1b01e04d3
Merge pull request #7632 from taosdata/fix/TD-6356
...
[TD-6356]<fix>: Fix the crash in TS-187
2021-08-28 10:44:24 +08:00
Haojun Liao
5b22402bb5
Merge pull request #7489 from jtcheng/codereview/comments
...
'select current_database(); should be select database();' in code comments
2021-08-28 10:22:29 +08:00
Haojun Liao
0dcfd71125
[td-255] avoid unnecessary one more check for super table query.
2021-08-27 18:34:32 +08:00
shenglian zhou
4f01ef999b
fix crash gen
2021-08-27 18:24:56 +08:00
wenzhouwww
3bd0f75912
[TD-6359]<test>: add test case for escape '_' by '\'
2021-08-27 15:16:33 +08:00
Haojun Liao
cef9aa7682
Merge remote-tracking branch 'origin/develop' into develop
2021-08-27 15:14:44 +08:00
wenzhouwww
c68aa1a08f
[TD-6339]<test>: add test case for escape '_' by '\'
2021-08-27 15:14:27 +08:00
Haojun Liao
5b74524c43
[td-255] update the log.
2021-08-27 15:14:14 +08:00
Zhiyu Yang
dd48e67c6f
[TD-6247]<fix>: handle TDengine_ERROR in JNIconnector when invoke pre… ( #7584 )
...
* [TD-6247]<fix>: handle JNI_TDengine_ERROR in prepareStmtImp
* modified the networkTimeout test cases
2021-08-27 15:06:35 +08:00
Zhiyu Yang
3f508f002a
[TD-6389]<test>: test jdbc use now insert timestamp ( #7624 )
2021-08-27 15:05:27 +08:00
Hui Li
f453220e0a
Merge pull request #7639 from taosdata/xiaoping/add_test_case
...
[TD-6312]<test>: last_row query in table with 100 columns
2021-08-27 14:19:27 +08:00
Haojun Liao
604efc0029
Merge branch 'develop' into feature/query
2021-08-27 13:09:18 +08:00
wenzhouwww
00a07ec721
[TD-6289]<test> :modify case codes!
2021-08-27 12:00:53 +08:00
wenzhouwww
47f39f45ab
[TD-6289]<test>: add test case about restful for param 'httpDbNameMandatory'
2021-08-27 11:53:09 +08:00
Shuduo Sang
a8d688a745
[TD-6280]<fix>: taosdump -P determine input. ( #7613 )
2021-08-27 11:44:33 +08:00
dapan1121
f9e22c1632
Merge pull request #7512 from taosdata/feature/szhou/schemaless
...
[schemaless][RunCITest]
2021-08-27 10:29:29 +08:00
Haojun Liao
e1a7832c63
[td-255] avoid the unnecessarily check on the number of output results from dnode of each subquery.
2021-08-27 10:24:03 +08:00
Haojun Liao
40ea53b7cd
[td-255] update the python test script
2021-08-27 10:22:16 +08:00
Haojun Liao
d8bcb00701
Merge pull request #7616 from taosdata/hjxilinx-patch-1
...
[TD-6387] To avoid the uncessary check on results
2021-08-27 10:20:13 +08:00
Ping Xiao
2a30e5b57e
[TD-6312]<test>: add test case for last_row query in table with 100 columns
2021-08-27 10:10:40 +08:00
Shuduo Sang
8c28632b8b
[TD-6292]<fix>: taosdump --config-dir determine input. ( #7611 )
2021-08-27 09:56:01 +08:00
Shuduo Sang
f159933896
[TD-6294]<fix>: taosdemo support long arg ( #7589 )
...
* [TD-6294]<fix>: taosdemo support long arg
fix conflict with develop branch.
* fix few words.
* declare default child tables number.
2021-08-27 09:55:44 +08:00
Shuduo Sang
dc89fa4830
[TD-6274]<fix>: taos shell --file bug. ( #7571 )
2021-08-27 09:55:35 +08:00
Hui Li
2954a26bca
Merge pull request #7633 from taosdata/xiaoping/add_test_case
...
[ci skip] update cfg key
2021-08-27 09:47:17 +08:00
Ping Xiao
d921a078e8
[ci skip] update cfg key
2021-08-27 09:38:37 +08:00
dapan1121
ef30a4a466
Merge pull request #7612 from taosdata/fix/TD-6261
...
[TD-6336]<fix> reproduce and fix core
2021-08-27 09:35:56 +08:00
dapan1121
b307223d12
Merge pull request #7586 from taosdata/fix/TD-6343
...
[TD-6343]<fix>: taos crash at tscSubquery.c:2447
2021-08-27 09:05:52 +08:00
dapan1121
524038877e
Merge pull request #7580 from taosdata/fix/TD-6330
...
[TD-6330]<fix> fix free error
2021-08-27 08:58:55 +08:00
Ganlin Zhao
9b06217571
[TD-6356]<fix>: Fix the crash in TS-187
2021-08-26 23:21:54 +08:00
Haojun Liao
8616399c7a
[td-6395]<enhance>: use the keyword "every" instead of keyword of "interval" in the where clause in case of point interpolation query.
2021-08-26 23:18:38 +08:00
Haojun Liao
c13e41832f
Merge pull request #7529 from taosdata/feature/query
...
[td-6260]<enhance>: Optimize the client-side query performance
2021-08-26 22:01:09 +08:00
Haojun Liao
ed920afac3
Merge pull request #7347 from sunshine-smdbs/syntax_desc
...
ADD syntax desc
2021-08-26 18:48:18 +08:00
Hui Li
c21918a10c
Merge pull request #7625 from taosdata/xiaoping/add_test_case
...
[ci skip]disable crash_gen test
2021-08-26 18:34:11 +08:00
Ping Xiao
bdbf31d8ff
[ci skip]disable crash_gen test
2021-08-26 18:31:53 +08:00
Ganlin Zhao
07b5c9c94b
[TD-6356]<fix>: Fix the crash in TS-187
2021-08-26 16:58:42 +08:00
Shuduo Sang
8451d26680
Feature/sangshuduo/td 5875 taosdemo ue improve ( #7617 )
...
* [TD-5875]<featur>: taosdemo show progress
* empty commit for CI
* better msg for create child table.
* fix total child tables bug.
2021-08-26 16:34:18 +08:00
Haojun Liao
b76f9e0793
[TD-6387] To avoid the uncessary check on results
...
To avoid the uncessary check on the number of returned result from virtual nodes.
2021-08-26 16:14:10 +08:00
Shuduo Sang
6a9b3f04d5
Feature/sangshuduo/td 5875 taosdemo ue improve ( #7614 )
...
* [TD-5875]<featur>: taosdemo show progress
* empty commit for CI
* better msg for create child table.
2021-08-26 16:02:20 +08:00
yihaoDeng
5317e22fac
[TD-6336]<fix> reproduce and fix core
2021-08-26 15:42:39 +08:00
Ganlin Zhao
51193750af
[TD-6343]<fix>: taos crash at tscSubquery.c:2447
2021-08-26 13:34:54 +08:00