Commit Graph

27626 Commits

Author SHA1 Message Date
localvar a7eaa8ad7e tbase-1470: python2&3, windows 2020-01-14 10:50:30 +08:00
hjxilinx ca136d47de add the support of issue #1131. [tbase-901] 2020-01-14 10:39:30 +08:00
slguan 981d7c5e02 #1130 TBASE-1484 2020-01-14 10:36:50 +08:00
localvar f12c270e69 tbase-1470: python2, linux 2020-01-14 10:16:11 +08:00
xieyinglin 1c943a71fd edit plugin id 2020-01-13 21:52:48 +08:00
slguan 8c05d36082 for async test 2020-01-13 19:03:01 +08:00
localvar 781c0ff6bc TBASE-1470: python3 & linux 2020-01-13 16:57:56 +08:00
localvar bae48b73c6 fix two bugs:
1. taos_consume block for evev
2. taos_fetch_block returns 0 in subscription
2020-01-13 16:50:17 +08:00
slguan 0d2351b4a7
Merge pull request #1128 from taosdata/hjxilinx-patch-1
Update tscServer.c
2020-01-13 13:52:49 +08:00
haojun Liao 31ed41fc01
Update tscServer.c 2020-01-13 13:52:06 +08:00
slguan 3fd7db46e9
Merge pull request #1127 from taosdata/hjxilinx-patch-3
Update tscServer.c
2020-01-13 13:47:07 +08:00
haojun Liao 2cdc335d77
Update tscServer.c 2020-01-13 13:46:30 +08:00
slguan dc3d8869db
Merge pull request #1126 from taosdata/hjxilinx-patch-2
Update tscServer.c
2020-01-13 11:58:14 +08:00
haojun Liao 2c1dccd40f
Update tscServer.c
fix bug #1124  [TBASE-1483]
2020-01-13 11:57:16 +08:00
haojun Liao 58f68e597a
Merge pull request #1125 from taosdata/beta/v1.6.5.3
Fix #1124 TBASE-1483
2020-01-13 11:45:06 +08:00
Hongze Cheng 3a9c82899c Fix #1124 TBASE-1483 2020-01-13 11:42:16 +08:00
haojun Liao 6b945b9267
Merge pull request #1121 from taosdata/hotfix/slguan
#1120 TBASE-1154
2020-01-11 16:55:48 +08:00
slguan 5812c23464
Merge pull request #1122 from taosdata/feature/dockerfile
Feature/dockerfile
2020-01-11 16:47:15 +08:00
liu0x54 fc1ee73f73 [TBASE-952] add dockerfile and dockerbuild scripts 2020-01-11 16:00:52 +08:00
Tao Liu 7d5ca4d66f
Delete dockerbuild.sh 2020-01-11 15:51:18 +08:00
Tao Liu f1cfc460d9
Delete Dockerfile 2020-01-11 15:51:05 +08:00
liu0x54 ded4a1bf6f [TBASE-952] add dockerfile and dockerbuild scripts 2020-01-11 15:47:08 +08:00
slguan 4000b0e9ad #1120 TBASE-1154 2020-01-11 13:56:05 +08:00
Jeff Tao 9f44de7005
Merge pull request #1111 from taosdata/hotfix/slguan
TBASE-926, data may be lost when the cache is full
2020-01-11 13:54:17 +08:00
localvar 5d398eb8a4 check memory allocation failure 2020-01-11 13:51:58 +08:00
plum-lihui f3bee80ccb
Merge pull request #1117 from taosdata/feature/fangdoc
user guide for go connector, edit the html link
2020-01-10 17:50:09 +08:00
hjxilinx 33367d7033 [tbase-1428] 2020-01-10 17:46:25 +08:00
fang efd8a17088 user guide for go connector, edit the html link 2020-01-10 17:44:56 +08:00
fang 071c342f0b user guide for go connector, edit the html link 2020-01-10 17:01:59 +08:00
fangpanpan 043e868211
Merge pull request #1115 from taosdata/feature/lihui
Feature/lihui
2020-01-10 16:46:12 +08:00
lihui 69e1a78a46 [Go dll for windows] 2020-01-10 16:44:31 +08:00
lihui 36d8000c8e [Go dll for windows] 2020-01-10 16:40:55 +08:00
fangpanpan e030523241
Merge pull request #1114 from taosdata/feature/lihui
[modify for solving warn]
2020-01-10 15:35:32 +08:00
lihui a3ac982150 [modify for solving warn] 2020-01-10 15:33:48 +08:00
lihui ecd07ad9bd [modify for solving warn] 2020-01-10 15:26:14 +08:00
hjxilinx e7f98c201c [tbase-1473] 2020-01-10 15:08:32 +08:00
hjxilinx 3332ba5729 [tbase-875] check for client submit block sversion, if the data from client has smaller server, return invalid sql msg 2020-01-10 14:33:42 +08:00
localvar 244cfe217c add more log 2020-01-10 14:21:48 +08:00
hjxilinx 0bef668cfb [tbase-875] 2020-01-10 14:20:09 +08:00
hjxilinx 46ecd3b2b8 refactor codes and fix some memory leaks. 2020-01-10 13:02:34 +08:00
slguan 0134ebb65d
Merge pull request #1113 from taosdata/beta/v1.6.5.3
fix memory leaks in client
2020-01-10 10:22:54 +08:00
hjxilinx 14c377e37e refactor some codes, avoid set return code to be 0. 2020-01-09 23:23:13 +08:00
hjxilinx 5ddc7b4578 fix memory leaks and refactor some codes 2020-01-09 22:30:14 +08:00
haojun Liao fc03f90661
fix memory leaks in client
fix memory leaks in client
2020-01-09 21:34:26 +08:00
hjxilinx 2c393a89dd [tbase-875] 2020-01-09 18:52:47 +08:00
hjxilinx d37ead6e30 merge code, and fix memory leaks 2020-01-09 18:38:46 +08:00
slguan 97c6bebfde TBASE-926, data may be lost when the cache is full 2020-01-09 18:28:45 +08:00
fangpanpan d021d78a9c
Merge pull request #1110 from taosdata/beta/v1.6.5.3
[dump sql]
2020-01-09 17:43:29 +08:00
lihui 308c4174f6 [dump sql] 2020-01-09 17:16:41 +08:00
slguan 2b6fd9dda9
Merge pull request #1108 from taosdata/beta/v1.6.5.3
Beta/v1.6.5.3
2020-01-09 14:43:47 +08:00