Commit Graph

16101 Commits

Author SHA1 Message Date
slguan 50f0d969d0 fix issue #313 2019-08-09 16:59:57 +08:00
slguan eb82d86903 fix issue #313 2019-08-09 15:25:12 +08:00
slguan bcc1b40619 fix issue #313 2019-08-09 14:55:49 +08:00
hzcheng 744d31cbb6
Merge pull request #310 from fangpanpan/master
change the range of int data to 0-49
2019-08-09 13:26:02 +08:00
fang 2d8c7bc0a4 change the range of int data to 0-49 2019-08-09 10:51:33 +08:00
H-ZeX ba81feaa86
fix #304
Signed-off-by: H-ZeX <hzx20112012@gmail.com>
2019-08-09 00:55:43 +08:00
H-ZeX 0f3a8a4bc5
fix #304
Signed-off-by: H-ZeX <hzx20112012@gmail.com>
2019-08-09 00:52:38 +08:00
slguan 34efa468ad fix issue #288 2019-08-08 13:59:54 +08:00
slguan 1b7944bc4e the version number is upgraded to 1.6.1.5 2019-08-08 13:53:32 +08:00
slguan 831e2b6ff7 fix some compile errors 2019-08-08 13:52:51 +08:00
slguan 3c138b652c update package script 2019-08-08 13:52:33 +08:00
slguan 52d812d49a Merge branch 'master' of https://github.com/taosdata/TDengine 2019-08-08 13:46:19 +08:00
Hongze Cheng be8acef816 delete useless files 2019-08-08 12:55:40 +08:00
hzcheng 88ca31129a
Merge pull request #300 from fangpanpan/master
replace taosBenchmark by taosdemo
2019-08-08 12:53:17 +08:00
Jeff Tao ca3c9fb728 Merge branch 'master' of https://github.com/taosdata/TDengine 2019-08-08 11:55:14 +08:00
Jeff Tao 7a0159bd09 fix issue #283 2019-08-08 11:53:17 +08:00
fang 1d66b64cf8 Under the folder /src/kit/, I replace the folder 'taosBenchmark' by 'taosdemo' 2019-08-08 09:45:28 +08:00
slguan 9b3c4de4c5 show client version info before connecting to server 2019-08-07 23:39:27 +08:00
slguan 8b05ac9960 fix issue #212 2019-08-07 23:16:50 +08:00
slguan 8133a76abc fix issue #282 2019-08-07 23:14:06 +08:00
slguan 1b00a4a8d6
Merge pull request #287 from universeroc/master
Check memory allocation after malloc
2019-08-07 23:09:52 +08:00
slguan 005294f34d
Merge pull request #273 from robotspace/master
Add example implementation for lua connector.
2019-08-07 23:06:33 +08:00
universeroc b88b220e34
Fix typo DTengine => TDengine 2019-08-07 18:16:56 +08:00
universeroc 22f9f4b0fd
Check memory allocation after malloc 2019-08-07 16:06:00 +08:00
Jeff Tao d0e5e817a2
Update More on System Architecture-ch.md 2019-08-06 17:43:40 +08:00
slguan 2a139821b9 fix issue #279 2019-08-06 15:13:20 +08:00
Jeff Tao 169338eaaf fix issue #280 2019-08-06 11:31:26 +08:00
Hongze Cheng 2470e3f57c Fix #281 2019-08-06 11:20:32 +08:00
slguan ed7ab34940 fix the issue #279 2019-08-05 13:35:23 +08:00
slguan c7e0709113 fix the issue #279 2019-08-05 13:06:13 +08:00
slguan 47b242e0f2 fix the issue #276 2019-08-05 12:49:16 +08:00
slguan 510b69ffc8 fix the issue #276 2019-08-05 12:35:13 +08:00
slguan 9d618b4e91 fix the crash while the num of http fds is zero 2019-08-05 11:43:02 +08:00
fang 83f1a83395 add a part for high-speed experience and a binary file taosdemo 2019-08-05 11:06:03 +08:00
hzcheng 3caa833db0
Merge pull request #274 from fangpanpan/master
alter_examples_bash
2019-08-05 10:59:52 +08:00
hzcheng 8e665db561
Merge pull request #266 from StoneT2000/master
Docs Update and Node.js Connector updated to 1.3.0 - Subscription, Continuous Query
2019-08-05 10:58:43 +08:00
hzcheng 5a06bb8ae5
Merge branch 'master' into master 2019-08-05 10:57:23 +08:00
fang 0a3006f2b5 alter_examples_bash 2019-08-05 10:41:28 +08:00
slguan 775fda8df3 version.c 2019-08-05 09:35:10 +08:00
robot f332530af3 Add example implementation for lua connector. 2019-08-04 21:32:49 +08:00
slguan 534c67b6fb data loss due to too new data 2019-08-04 20:49:32 +08:00
slguan b96f79625a remove duplicate data in import sql 2019-08-04 20:48:03 +08:00
Jeff Tao e5b121d649
Update advanced features.md 2019-08-04 20:30:37 +08:00
Jeff Tao ab678ef91b
Update README.md 2019-08-04 16:03:12 +08:00
Jeff Tao 43498f04dc
Update README.md 2019-08-04 15:59:59 +08:00
Jeff Tao 14f2d5507e
Update README.md 2019-08-04 15:56:01 +08:00
StoneT2000 7cd5921617 package update 2019-08-03 23:32:19 -07:00
StoneT2000 2c2b92258d Fix bug with async queries with incorrectly clearing result handles 2019-08-03 23:26:39 -07:00
johnnyhou327 d267ed042d
Update README.md 2019-08-04 13:32:05 +08:00
Hongze Cheng 97920a1d5e fix readme confusion 2019-08-04 13:08:36 +08:00