Elias Soong
2d5c26ceb7
Merge pull request #7715 from FandyWu/patch-2
...
Update docs.md
2021-08-30 17:06:34 +08:00
FandyWu
ea5c012899
Update docs.md
2021-08-30 16:59:15 +08:00
Elias Soong
ac26b32783
Merge pull request #7712 from taosdata/StonycatDAI-patch-1
...
Update docs.md
2021-08-30 16:45:45 +08:00
Jimmy Dai
41542f5ea0
Update docs.md
...
modify and review the English docs
2021-08-30 16:43:35 +08:00
Elias Soong
958391a999
Merge pull request #7705 from taosdata/docs/Update-Latest-Feature
...
[TD-2639] <docs>: remove dead link in English doc.
2021-08-30 16:13:15 +08:00
Haojun Liao
e119a53307
[td-255] code refactor.
2021-08-30 16:12:30 +08:00
Elias Soong
e639cac522
[TD-2639] <docs>: remove dead link in English doc.
2021-08-30 16:12:20 +08:00
Elias Soong
5ffa1e9f08
Merge pull request #7698 from lovetaitai/develop
...
<docs>: add the missing note
2021-08-30 16:08:31 +08:00
Elias Soong
0d7d9f1293
Improve expression slightly.
2021-08-30 16:08:14 +08:00
Ganlin Zhao
07123ac8d0
[TD-6442]<feature>: Support OpenTSDB telnet style data import format
2021-08-30 16:08:08 +08:00
Elias Soong
284564409b
Merge pull request #7700 from citizen233/develop
...
doc: update 10.cluster docs.md
2021-08-30 15:57:33 +08:00
Elias Soong
4c36f00a05
Use hosts instead of specific file paths for compatibility with more operating systems.
2021-08-30 15:57:04 +08:00
Elias Soong
79fecce878
Use hosts instead of specific file paths for compatibility with more operating systems.
2021-08-30 15:56:01 +08:00
市民233
0bdf053e1b
doc: update 10.cluster/docs.md
2021-08-30 14:55:24 +08:00
市民233
36fd0df1bf
doc: update 10.cluster docs.md
2021-08-30 14:52:14 +08:00
皮蛋啊皮蛋
6731ab7631
<docs>: add the missing note
2021-08-30 14:47:30 +08:00
kartist
ea811da8a8
doc: 7652
...
update '降频操作' to '降采样'
2021-08-30 14:25:48 +08:00
Shuduo Sang
174364c6a9
Hotfix/sangshuduo/td 2936 change mac default path ( #7694 )
...
* change mac default path back after homebrew install support merged.
* fix lib/log path install for mac
2021-08-30 14:24:26 +08:00
Elias Soong
2fb0d320a7
Merge pull request #7695 from taosdata/docs/Update-Latest-Feature
...
Docs/update latest feature
2021-08-30 14:22:12 +08:00
Elias Soong
512e64fdf5
[TD-2639] <docs>: fix evaluation link in English doc index.
2021-08-30 14:21:01 +08:00
AlexDuan
e415d0f359
change startExecTs used to seconds
2021-08-30 11:29:09 +08:00
Shuduo Sang
e72a6cc1ee
change mac default path back after homebrew install support merged. ( #7688 )
2021-08-30 11:27:13 +08:00
AlexDuan
f1b44426ae
modify set startExecTs only once
2021-08-30 11:22:07 +08:00
zhaoyanggh
43fab7f6f7
fix test script
2021-08-30 11:09:11 +08:00
Elias Soong
178b810656
[TS-20] <docs>: support underscore escapes in LIKE matching wildcard.
2021-08-30 11:00:05 +08:00
zhaoyanggh
2a28f3d744
add sqlt & sqlutc test script[ci skip]
2021-08-30 10:51:25 +08:00
Elias Soong
4f11fde0a1
[TS-157] <docs>: update description about func "INTERP".
2021-08-30 10:24:42 +08:00
dapan1121
8c96539b01
Merge pull request #7654 from taosdata/fix/TD-6361
...
[TD-6361]<fix> restrict UDF func name
2021-08-30 10:08:29 +08:00
shenglian zhou
28f2f0d70b
schemaless: add regfree and change uerror to udebug
2021-08-30 09:24:13 +08:00
xywang
6912568b8a
[TD-6408]<fix>: one second more than actual timestamp
2021-08-30 03:37:58 +08:00
xywang
51849220bd
[TD-6408]<fix>: fixed json error when timestamp was before Epoch
2021-08-30 02:54:33 +08:00
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
AlexDuan
27f9f9e435
reduce to 30s for long query
2021-08-28 12:25:51 +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