Commit Graph

224 Commits

Author SHA1 Message Date
hjxilinx de5fb15206 [td-32] fix bugs and refactor codes 2020-03-24 16:13:11 +08:00
hjxilinx 50705f3d11 [td-32] fix bugs in inserting data 2020-03-21 23:18:46 +08:00
hjxilinx a64646e241 [TD-32] refactor codes 2020-03-21 00:59:25 +08:00
hjxilinx 46e58d52b1 [TD-32] refactor codes. 2020-03-21 00:49:26 +08:00
hjxilinx ca859544ef [TD-32] 1. add tsdb query processing functions. 2. refactor connect to employ async way. 3. change some variables' name 2020-03-21 00:01:40 +08:00
hjxilinx f9241ef121 [TD-32] refactor the table meta 2020-03-19 22:48:18 +08:00
hjxilinx 5d4f826b7b [TD-32] fix bugs in get table meta (parsing query sql) 2020-03-19 22:06:50 +08:00
hjxilinx d182854456 [TD-32] refactor the table meta 2020-03-19 16:45:36 +08:00
hjxilinx 03346d0ccc [TD-32] refactor the tablemeta 2020-03-18 22:47:20 +08:00
hjxilinx 0cd2043cfd refactor codes. 2020-03-14 18:43:07 +08:00
hjxilinx b9888eafb9 refactor:move function to other files 2020-03-14 18:18:25 +08:00
hjxilinx 80217813fd file rename, move query functions to different module. 2020-03-14 18:05:42 +08:00
slguan 39bdc75bf7 Merge branch '2.0' into refact/slguan
# Conflicts:
#	src/client/src/tscServer.c
2020-03-08 22:13:21 +08:00
slguan d01a0c59e0 fix compile error for rpc interface changed 2020-03-08 20:07:27 +08:00
hjxilinx cacd0b71d5 remove the sync function at the client side 2020-03-08 17:08:04 +08:00
hjxilinx bb1a615c46 add query module, remove some functions from utility and tsclient module 2020-03-08 16:39:25 +08:00
slguan a21c508b36 Merge branch 'develop' into 2.0
# Conflicts:
#	src/client/inc/tsclient.h
#	src/client/src/tscSQLParser.c
#	src/client/src/tscServer.c
#	src/client/src/tscUtil.c
#	src/system/detail/src/vnodeShell.c
2020-02-29 16:11:16 +08:00
hjxilinx df3c457341 fix bugs in regression tests. 2020-02-26 14:20:05 +08:00
hjxilinx ae453f8094 [tbase-849] 2020-02-24 23:56:51 +08:00
slguan 3f972b90a6 refact for user manage 2020-02-24 21:05:49 +08:00
slguan 7cedf4afd6 rename meter to table 2020-02-24 14:48:14 +08:00
slguan 03da5549ce get meta message 2020-02-24 14:27:07 +08:00
slguan 07e6caa32c shell can connect to server 2020-02-22 18:58:43 +08:00
slguan d2605d0ece connect from client to mgmt 2020-02-22 11:46:59 +08:00
slguan a241006dd0 server in mgmtShell 2020-02-22 10:37:32 +08:00
slguan 32e7e0e7d8 cmake file for rpc unittest 2020-02-19 17:03:06 +08:00
slguan cb1c3a174b rename tsdb.h 2020-02-14 23:18:14 +08:00
hjxilinx 110b1d830c refactor code for sliding query processing 2020-02-12 15:50:32 +08:00
slguan 31f8cf3ff5 Organize mgmtUtil.c file 2020-02-10 21:15:37 +08:00
hjxilinx c8d03c01f6 merge dev branch 2020-02-03 15:21:01 +08:00
hjxilinx 8c2766e3e6 support the sliding query [tbase-266] 2020-01-30 15:55:09 +08:00
hjxilinx 29df3ea39b support order for super table projection query. #1166. [tbase-1477] 2020-01-21 14:11:05 +08:00
slguan 64337a45ba
Merge pull request #1159 from taosdata/feature/subscribe
subscription
2020-01-20 10:27:44 +08:00
hjxilinx 4bf606a582 add order by ts support for super table query 2020-01-19 17:10:22 +08:00
hjxilinx 46ecd3b2b8 refactor codes and fix some memory leaks. 2020-01-10 13:02:34 +08:00
hjxilinx 5ddc7b4578 fix memory leaks and refactor some codes 2020-01-09 22:30:14 +08:00
hjxilinx d37ead6e30 merge code, and fix memory leaks 2020-01-09 18:38:46 +08:00
lihui 821b3cbc12 [#1102] 2020-01-08 06:16:05 -04:00
hjxilinx 3cc8eb0917 add the union support in sql parser: refactor some codes. #1032. [TBASE-1140] 2020-01-08 13:12:59 +08:00
hjxilinx 82706e1b41 add the union support in sql parser: fix bugs and refactor some codes. #1032. [TBASE-1140] 2020-01-08 13:03:48 +08:00
hjxilinx 7358e65db6 fix bugs during union all processing 2020-01-06 17:43:53 +08:00
fangpanpan 7dbd807af6
Merge pull request #1084 from taosdata/feature/lihui
[#1083]
2020-01-06 12:50:15 +08:00
lihui e30edca2bd [#1083] 2020-01-06 12:15:06 +08:00
hjxilinx dd41425f37 refactor some codes 2020-01-06 12:11:59 +08:00
haojun Liao d6f8f02eca
increase the value range for pSql->numOfSubs
increase the value range for pSql->numOfSubs from uint8_t to uint16_t
2020-01-06 11:38:26 +08:00
localvar 051af216a5 tbase-1422: free resource 2020-01-06 11:27:23 +08:00
localvar 517fb88329 subscription (WIP) 2020-01-06 11:25:41 +08:00
hjxilinx 5295955b72 add the union support in sql parser: refactor some codes. #1032. [TBASE-1140] 2020-01-06 10:49:14 +08:00
hjxilinx 35a534ec9a add the union support in sql parser: fix some bugs. #1032. [TBASE-1140] 2020-01-03 18:30:24 +08:00
hjxilinx f20169933b add the union support in sql parser: fix some bugs. #1032. [TBASE-1140] 2020-01-02 19:16:02 +08:00
hjxilinx c982714173 add the union support in sql parser. refactor some codes. fix bug in join query caused by feature update #1032. [TBASE-1140] 2020-01-01 23:00:23 +08:00
hjxilinx e15aa9b1f9 add the union support in sql parser. #1032. [TBASE-1140] 2019-12-31 23:33:48 +08:00
hjxilinx c18b6b1ba4 add the union support in sql parser. #1032. [TBASE-1140] 2019-12-30 11:18:16 +08:00
lihui c159dd8ad7 [TBASE-1360] 2019-12-19 17:37:30 +08:00
hjxilinx d2ef1dad53 [tbase-1287] 2019-12-10 12:16:10 +08:00
hjxilinx c12fb22e0a suppress compile warnings 2019-12-09 02:09:17 +08:00
hjxilinx 2f9d055696 [tbase-1282] 2019-12-07 18:40:14 +08:00
hjxilinx 8de14a0c7d [tbase-1282] 2019-12-06 10:08:42 +08:00
hjxilinx ae9a948ba3 [tbase-897] 2019-12-04 18:35:10 +08:00
hjxilinx 3b97e52cd6 [jira none] 2019-11-27 19:29:28 +08:00
hjxilinx f0b93abbde [tbase-874] 2019-11-27 18:47:59 +08:00
hjxilinx 6c2cf34693 refactor some codes. 2019-11-25 13:23:05 +08:00
haojun Liao 8742300cd5
Merge pull request #756 from taosdata/feature/lihui
[TBASE-1215]
2019-11-22 10:41:01 +08:00
lihui aeb19d1eb0 [TBASE-1215] 2019-11-21 19:24:06 +08:00
hjxilinx a797219bd6 [tbase-1210] 2019-11-21 16:45:38 +08:00
lihui 3980d488e3 [TBASE-1199] 2019-11-20 13:27:28 +08:00
hjxilinx acce71dbf3 [TBASE-1099] fix bug referred in issue #699, refactor some codes 2019-11-11 16:08:49 +08:00
slguan c2e91fcb75 Adjust code structure 2019-11-07 18:12:26 +08:00
slguan 1dcdccb73a enable the client to compile under darwin 2019-10-11 14:06:49 +08:00
slguan 148b783534 fix the issue #433 2019-08-29 17:59:53 +08:00
slguan fe6672d79b fix the issue #264 #253 #251 2019-08-02 16:52:22 +08:00
slguan bd3db150e5 Windows client, #51 #38 #32 #12 2019-07-26 19:15:31 +08:00
slguan 7c927553c0 Processing Stream Computing Problems in Microsecond Accuracy Database 2019-07-11 19:06:41 +08:00
hzcheng 57492cc12d TDengine first commit 2019-07-11 16:36:16 +08:00