shenglian zhou
85ddd76db2
Merge branch 'develop' into feature/szhou/tagregex
2021-08-29 21:12:48 +08:00
shenglian zhou
f8fdc01065
tagregex: fix windows compilation error
2021-08-29 20:53:41 +08:00
Elias Soong
5bba39adf9
Merge pull request #7684 from taosdata/docs/Update-Latest-Feature
...
Docs/update latest feature
2021-08-29 17:23:56 +08:00
Elias Soong
f271205cb0
[TD-6288] <docs>: add config parameter "httpDbNameMandatory" to force setting default db name in RESTful url.
2021-08-29 17:21:37 +08:00
jiajingbin
e0805bdda1
[TD-5929]<test> create testcases for TD-5929 ---> diff cols support or
2021-08-29 09:14:50 +00:00
Elias Soong
dc5dfc5f6b
[TD-6008] <docs>: add setting default db name in RESTful url.
2021-08-29 17:10:30 +08:00
Haojun Liao
4a144d322c
Merge pull request #7677 from taosdata/feature/query
...
[td-6434]<fix>: enable min/max function for unsigned number column.
2021-08-29 14:35:30 +08:00
Shuduo Sang
6b88d5dbc1
Hotfix/sangshuduo/td 5702 taosdemo remove memop ( #7679 )
...
* [TD-5702]<fix>: taosdemo remove memory operation.
* add remainderBufLen to check row data generation.
* row data generation with remainder buffer length checking.
* optimized memop for rand too.
* fix stmt rand file generation bug.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-29 06:41:34 +08:00
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
Haojun Liao
114635ad19
[td-6434]<fix>: enable min/max function for unsigned number column.
2021-08-28 17:17:40 +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
yihaoDeng
cc2c54dd11
[TD-6361]<fix> restrict UDF func name
2021-08-27 18:00:50 +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
yihaoDeng
b48c2c9c10
[TD-6361]<fix> restrict UDF func name
2021-08-27 15:03:42 +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