Commit Graph

18543 Commits

Author SHA1 Message Date
dapan1121 80aa65dd56
Merge pull request #7440 from taosdata/fix/TD-6011
[TD-6011]<fix>: where clause including 'bool' Keyword causes core dump
2021-08-20 18:18:20 +08:00
dapan1121 d31f23f6d5
Merge pull request #7441 from taosdata/fix/TD-6011-2.0
[TD-6011]<fix>: where clause including 'bool' Keyword causes core dump
2021-08-20 18:17:56 +08:00
wpan c26d34a684 fix bug 2021-08-20 18:15:59 +08:00
shenglian zhou 559dcff66e schemaless:before retrying loading meta 2021-08-20 17:45:58 +08:00
Elias Soong c545acffa9
Merge pull request #7494 from taosdata/docs/Update-Latest-Feature
[TD-5331] <docs>: describe stmt function for inserting data into mult…
2021-08-20 17:32:54 +08:00
Elias Soong 7ad6085339 [TD-5331] <docs>: describe stmt function for inserting data into multi sub-tables belong to one same super table. 2021-08-20 17:32:32 +08:00
liuyq-617 5053132cf4 [TD-6223]concurrent query support nested query 2021-08-20 16:34:41 +08:00
Linhe Huo 306137cac5
[TD-6241]<fix>: fix unexpected nan while inserting None as float/doub… (#7486)
* [TD-6241]<fix>: fix unexpected nan while inserting None as float/double type

* [TD-6241]<fix>: fix binary bind error in python connector
2021-08-20 16:28:09 +08:00
Elias Soong 2fcc703f65
Merge pull request #7490 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix typo in parameters.
2021-08-20 16:27:39 +08:00
dapan1121 e07be20f76
Merge pull request #7483 from taosdata/fix/TD-6046-master
[TD-6046]<fix> fix ts top/bottom/diff/derivative ts error
2021-08-20 16:19:29 +08:00
Elias Soong 5028335841
Merge pull request #7476 from jackwener/master
Format docs.md
2021-08-20 16:09:23 +08:00
Elias Soong adf1e47032
In some emphasized text, spaces are also added between the English and Chinese text. 2021-08-20 16:08:30 +08:00
shenglian zhou a687df6737 save before invalid operation 2021-08-20 15:51:47 +08:00
Jin Tang Cheng ebfd342ab7 'select current_database(); should be select database();' in code comments 2021-08-20 15:47:22 +08:00
卡比卡比 af7517b355
Update docs.md 2021-08-20 15:35:54 +08:00
卡比卡比 3716370ab9
Update docs.md 2021-08-20 15:33:37 +08:00
Linhe Huo a2e5f6504c
[TD-6231]<fix>: fix all none error of stmt multibind in python connector (#7482) 2021-08-20 14:00:45 +08:00
shenglian zhou 2afaf1a0e4 schemaless:multi-thread ignore some errors 2021-08-20 13:11:47 +08:00
zhaoyanggh b77d26a1d1 [TD-6176]<test> add stmt query test script 2021-08-20 12:49:01 +08:00
wangmm0220 8f8e86bb8a [TD-6046]<fix> fix ts top/bottom/diff/derivative ts error 2021-08-20 10:52:46 +08:00
Ganlin Zhao 033fcd857b [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:51:17 +08:00
Ganlin Zhao f9f9664073 [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:49:05 +08:00
Ganlin Zhao 8d9ed8e7f9 [TD-6234]<test>: add unit test case for TD-6011 2021-08-20 10:46:21 +08:00
tomchon deb5279ab7 change version number 2021-08-20 10:37:07 +08:00
wangmm0220 9382752389 [TD-6046]<fix> fix ts top/bottom index error when using order by 2021-08-20 10:34:53 +08:00
Hongze Cheng 032cea14fa
Merge pull request #7467 from taosdata/fix/TD-6207-develop
Fix/td 6207 develop
2021-08-20 10:33:53 +08:00
Hongze Cheng 9f96559a01
Merge pull request #6531 from taosdata/feature/TD-4352
[TD-4352]compact tsdb meta data feature
2021-08-20 10:33:04 +08:00
liuyq-617 c5cf06d2c6 full test for feature/TD-6214 2021-08-20 10:27:19 +08:00
wangmm0220 8ae068ff2e [TD-6046]<fix> fix bottom,top,diff,derivative ts bugs 2021-08-20 10:25:03 +08:00
Haojun Liao 2751ee2215
Merge pull request #7474 from taosdata/fix/20
[td-6229] Send the query request in parallel if the number of subquer…
2021-08-20 10:18:50 +08:00
Shuduo Sang 1b57984311
Hotfix/sangshuduo/td 5844 cmdline parameters align for master (#7479)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py

* make taos.exe use mysql style password input.

* make taos shell and taosdump use mysql style password input.

* determine scanf return value.

* cherry pick from develop/feature branch.

* cherry pick with ab6cde02626bd8ba496b98a65e37e1f98c9ff596

* cherry pick with d6bfe443fd21ded247bd8509fb77b7b18e112357

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-20 10:15:15 +08:00
wpan 9c04da10a0 block union for nested query 2021-08-20 09:43:36 +08:00
shenglian zhou ae23e50a10 Merge branch 'develop' into feature/szhou/schemaless 2021-08-20 09:17:39 +08:00
dapan1121 fb1ecd9c72
Merge pull request #7461 from taosdata/hotfix/td-6155
[TD-6155]<fix>:free tag expr at the end of sql parse
2021-08-20 08:58:10 +08:00
dapan1121 f2627a91a5
Merge pull request #7450 from taosdata/enhance/TD-6165
[TD-6165]<enhance>: use memcpy to replace wcsncmp for nchar type comparision
2021-08-20 08:43:54 +08:00
dapan1121 3f4d459a30
Merge pull request #7477 from taosdata/hotfix/TD-6228
Hotfix/td 6228
2021-08-20 08:41:15 +08:00
dapan1121 042088f22f
Merge pull request #7451 from taosdata/hotfix/TD-6180
[td-6180]fix illegal sql issue
2021-08-20 08:39:59 +08:00
Shuduo Sang 97281931da
[TD-6219]<fix>: remove few taosdemo macros. (#7469) 2021-08-20 01:09:32 +08:00
Ganlin Zhao 9cd910b96f [TD-6233]<enhance>: make column compression threshold user configurable 2021-08-19 23:50:50 +08:00
Ganlin Zhao 63223c59c0 [TD-6233]<enhance>: make column compression threshold user configurable 2021-08-19 23:45:08 +08:00
Ganlin Zhao bb28e3a5f8 [TD-6233]<enhance>: make column compression threshold user configurable 2021-08-19 23:43:02 +08:00
Shuduo Sang e9c28a6307
Feature/sangshuduo/td 5844 cmdline parameters align (#7458)
* [TD-5844]<feature>: make cmd line parameter similar.

* fix test case align with taosdemo change.

* fix windows stack overflow issue.

* fix mac compile error.

* fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py

* fix windows compiler options.

* make taos.exe use mysql style password input.

* make taos shell and taosdump use mysql style password input.

* determine scanf return value.

* make console echo off during password input.

* use one macro to define password length.

* fix --password. change taos shell '-z' for timezone
2021-08-19 23:34:47 +08:00
卡比卡比 7019c8f333
Update docs.md 2021-08-19 21:31:12 +08:00
卡比卡比 f786c609bb
Update docs.md 2021-08-19 21:30:04 +08:00
Shuduo Sang 411543694b
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#7473)
* 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.

* change malloc to calloc for pid allocation.

* fix typo.

* fix binary length default value and group id logic.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-19 21:29:52 +08:00
Shuduo Sang 3e64ce5c2d
Feature/sangshuduo/td 5136 taosdemo rework (#7472)
* [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.

* change malloc to calloc for pid allocation.

* fix typo.

* fix binary length default value and group id logic.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-19 21:29:36 +08:00
wangmm0220 7c7f89a3eb [TD-6228]<hotfix> fix tag condtion is too long error 2021-08-19 21:04:04 +08:00
Shuduo Sang 99d8d0333a
[TD-6219]<fix>: remove few taosdemo macros. (#7468) 2021-08-19 18:53:53 +08:00
wangmm0220 d837e47cb6 [TD-6228]<hotfix> fix tag condtion is too long error 2021-08-19 18:47:37 +08:00
wangmm0220 0afe768d76 [TD-6228]<hotfix> fix tag condtion is too long error 2021-08-19 18:20:57 +08:00