Commit Graph

16101 Commits

Author SHA1 Message Date
Elias Soong 177af9e608
Merge pull request #6695 from taosdata/docs/Update-Latest-Feature
[TD-2639] <docs>: fix return type of "taos_errno".
2021-06-30 18:08:42 +08:00
Elias Soong 8eedc5c973 [TD-2639] <docs>: fix return type of "taos_errno". 2021-06-30 18:06:13 +08:00
Shenglian Zhou 72d8302f9d [TD-4972]<fix>:fix error about double precision conversion on timestamp expr value 2021-06-30 16:57:19 +08:00
Shenglian Zhou fab17bf797 [TD-4986]<fix>:fix core when no ts returned from subquery 2021-06-30 16:48:49 +08:00
Hui Li 48924cb4cd
Merge pull request #6690 from taosdata/test/fix_err_case
fix retention case error
2021-06-30 16:32:40 +08:00
liuyq-617 e7cc15a861 fix retention case error 2021-06-30 16:30:46 +08:00
hope 1978c7729a 1. move gnu compile flags "-pipe -Wshadow" from root "CMakeLists.txt" to "cmake/define.inc"; and change compile flag "/O3" to "/O2", because "/O3" is not supported by MSVC.
2. fix compile warnings in "src/util/src/tbuffer.c", by using "union" to transform integer with float and double.
3. use "memcpy()" instead of directly type convert in "rc/util/src/tutil.c" to resolve memory alignment problem in ARM platform.
4. reduce other compile warnings.
2021-06-30 15:29:42 +08:00
Ping Xiao 3f5f0261f2 [TD-4951]<test>: add test case 2021-06-30 15:12:32 +08:00
xywang d5f914857a [TD-4953]<fix>: fixed a crash bug when run taos on Windows. 2021-06-30 13:54:32 +08:00
Haojun Liao d9ba8b1662 [td-225] 2021-06-30 13:06:51 +08:00
Jun Li 201f6c465e
Fix some printf typing issue (#6659) 2021-06-30 11:42:16 +08:00
Haojun Liao 941e69da9d
Merge pull request #6644 from taosdata/feature/m2d4
merge from master into develop
2021-06-30 11:29:31 +08:00
Haojun Liao 1f670fc95a [td-225]update the sim. 2021-06-30 11:27:17 +08:00
Jun Li b2802fad44 Add default path for waltest 2021-06-29 20:19:20 -07:00
Haojun Liao 4dedf537e6 Merge remote-tracking branch 'origin/feature/query' into feature/query 2021-06-30 10:31:56 +08:00
Haojun Liao e55053fc45 [td-4966]<fix>:add more check in group by clause. 2021-06-30 10:31:40 +08:00
Haojun Liao 9fd6d0593f [td-4954]<fix>:update some error message strings. 2021-06-29 22:58:00 +08:00
Shuduo Sang 4233a5a5d4
Hotfix/sangshuduo/td 4892 taosdemo sub fetch for develop (#6668)
* fix crash if no result file.

* make taosdemo same as master branch.

* decrease few debug print level.
2021-06-29 21:48:15 +08:00
Haojun Liao 52d1ae7d8b
Merge pull request #6655 from taosdata/feature/query
Feature/query
2021-06-29 19:27:52 +08:00
bryanchang0603 d654a5c762 [TD-4927] update test case 2021-06-29 18:22:10 +08:00
liuyq-617 2badb991d7 Merge branch 'feature/query' of github.com:taosdata/TDengine into feature/query 2021-08-10 14:30:43 +08:00
liuyq-617 0a45ee6812 [TD-4967]<test>update retention policy testcase 2021-08-10 14:30:37 +08:00
Elias Soong 57ee6732be
Merge pull request #6666 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-06-29 18:12:08 +08:00
Elias Soong bf14dba356 [TD-4528] <docs>: add Go example about reading from Kafka and writing to TDengine. 2021-06-29 17:39:55 +08:00
tickduan 9ff807755f test is passed by self with lossy compression 2021-06-29 16:44:09 +08:00
Shuduo Sang 46b3927e07
Docs/sangshuduo/td 4752 python nanosecond (#6664)
* [TD-4752]<doc>: python connector supports nanoseconds.

* update english document too.
2021-06-29 16:23:45 +08:00
Linhe Huo 44758e1b51
[TD-4906]<fix>: fix grafana dashboard import error in Grafana v6.2.x (#6661) 2021-06-29 16:17:15 +08:00
Elias Soong 80047afd7e [TD-3086] <docs>: tags columns can use timestamp type now. 2021-06-29 15:55:06 +08:00
Elias Soong 2237648e83 [TD-3178] <docs>: describe command "COMPACT". 2021-06-29 14:20:45 +08:00
tickduan c0e3c29cde Merge branch 'develop' into compress_float 2021-06-29 14:02:30 +08:00
tickduan d94ffca301 with -w build success 2021-06-29 14:01:01 +08:00
Shuduo Sang 0af16a88d9
[TD-4752]<doc>: python connector supports nanoseconds. (#6660) 2021-06-29 13:33:55 +08:00
Haojun Liao ccb66fca0c [td-4969]<enhance>:enable the interval value to be 1us. 2021-06-29 13:18:30 +08:00
Haojun Liao 00055ce2aa [td-225]fix bug found by regression test. 2021-06-29 13:16:11 +08:00
tickduan 0f616288de remove int type file 2021-06-29 13:07:56 +08:00
Elias Soong c9f832f466
Merge pull request #6658 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-06-29 11:04:08 +08:00
Elias Soong 3eccaee176 [TD-4965] <docs>: update latest keywords list. 2021-06-29 11:03:28 +08:00
Haojun Liao 25d2821d78 [td-225]fix bug found by regression test. 2021-06-29 10:41:19 +08:00
Haojun Liao 51dc9fa425 [td-225]fix bug by regression test. 2021-06-30 19:34:48 +08:00
Haojun Liao 8a79e00e4d [td-4791]<fix>:fix bug in nest query. 2021-06-29 16:55:59 +08:00
Haojun Liao 6a288d80fb [td-4927]<enhance>:ignore the rows of expired timestamp that are not dropped yet during query according to the TTL settings. 2021-06-29 16:55:06 +08:00
Zhiyu Yang bc2185771c
Hotfix/td 4876 (#6656)
* fix warn mesage in jdbc

* change

* [TD-4876]<fix>: fix getNetworkTimeout and setNetworkTimeout in jdbc driver

* [TD-4117]<test>: remove System.out.println in all jdbc test cases

* change
2021-06-29 09:39:25 +08:00
tickduan f3834b676a fix muli-thread 2021-06-28 21:00:32 +08:00
Shuduo Sang ea1777d551
[TD-4918]<fix>: taosdemo subscribe endAfterResume. (#6654)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-06-28 20:39:32 +08:00
tickduan a09968726b merge develop 2021-06-28 18:01:50 +08:00
Hui Li 159d3203dc
Merge pull request #6624 from taosdata/test/TD-4868
[TD-4868]add taosdump test to full test
2021-06-28 18:01:12 +08:00
Hui Li d4f2858a21
Merge pull request #6626 from taosdata/test/util/taosdemoCfg
taosdemoCfg adding how to use and minor bug fix
2021-06-28 18:00:44 +08:00
tickduan 511a64ae40 before fix thread-safe 2021-06-28 17:51:57 +08:00
Haojun Liao 7cf7f8e991
Merge pull request #6639 from taosdata/feature/TD-4825
[TD-4825]<feature> order by col after group-by
2021-06-28 17:33:33 +08:00
Haojun Liao a18259d66b
Merge pull request #6643 from taosdata/hotfix/td-4926-2
[TD-4926]<fix>:follow log format convention
2021-06-28 17:33:16 +08:00