Commit Graph

113 Commits

Author SHA1 Message Date
jtao1735 feb4bbcde0 support RpcIpSet change 2020-05-11 13:10:56 +00:00
hjxilinx 5476ccaad2 [td-225] use the dnodeConn instead of mgmtConn and vnodeConn 2020-05-08 17:13:11 +08:00
jtao1735 7ee0fe519b Merge branch 'develop' into feature/unified 2020-05-07 12:35:50 +00:00
hjxilinx 27c481c886 [td-225] 2020-05-07 15:25:13 +08:00
hjxilinx a12e0d7320 [td-225]fix bug for arithmetic calculation on aggregated results. 2020-05-07 00:18:35 +08:00
jtao1735 62b135b50f Merge branch 'develop' into feature/unified 2020-05-06 01:14:11 +00:00
hjxilinx f6067e1b31 [td-168] fix bug in var string handling 2020-05-05 16:02:58 +08:00
jtao1735 e0537fb144 Merge branch 'develop' into feature/unifie
d
2020-05-05 00:09:22 +00:00
jtao1735 b6225968b1 second draft 2020-05-04 07:10:05 +00:00
hjxilinx d226214f50 Merge branch 'develop' into feature/query 2020-05-03 15:08:49 +08:00
jtao1735 2d2a784220 initialize SCqCfg structure
remove two unsed fields in tsclient.h
2020-05-03 00:13:06 +00:00
hjxilinx 9e280acb7e [td-168] 2020-05-02 15:33:33 +08:00
hjxilinx c59d762a35 [td-186] fix bugs for stable join query. 2020-04-30 18:25:33 +08:00
hjxilinx 41d414eaa7 [td-186] fix bugs for last_row. 2020-04-29 11:17:15 +08:00
hjxilinx 5389bdaabc [td-186] fix bugs in table join. 2020-04-28 13:06:23 +08:00
hjxilinx c03e84c1bd [td-186]support query on tags/tbname 2020-04-28 11:25:11 +08:00
hjxilinx d6647dd60c [td-186] add select on tags support 2020-04-27 14:01:54 +08:00
hjxilinx b93fbf7c9f [td-186] 2020-04-27 00:42:31 +08:00
hjxilinx ba6acfd498 [TD-197] fix bugs in arithmetic expression calculation 2020-04-25 23:01:13 +08:00
hjxilinx 59c6434a0d [td-187] 1. support group by query, 2. fix memory leaks in client side. 3. refactor mgmtConn 2020-04-24 22:32:23 +08:00
hjxilinx 2ea4875df2 [td-171] fix bugs in select * for super table. 2020-04-24 15:29:46 +08:00
hjxilinx e424202e57 [td-171] refactor codes 2020-04-23 15:06:20 +08:00
hjxilinx 5e221d7231 [td-171] refactor codes 2020-04-23 14:00:46 +08:00
hjxilinx 47c2796bf7 [td-171] refactor client code 2020-04-23 12:22:39 +08:00
hjxilinx 59a77a3657 Merge branch 'develop' into feature/query 2020-04-23 11:56:23 +08:00
hjxilinx 64545fb9a3 [td-171] add filter support, refactor the client side parse functions 2020-04-22 17:14:39 +08:00
slguan 273cc32249 [TD-148] change ip sets 2020-04-21 13:27:03 +08:00
slguan 1774b5623b [TD-68] [TD-69] refactor tlog 2020-04-19 22:29:37 +08:00
hjxilinx 0d2b5ca6c7 [td-98] fix bugs in super table group by query 2020-04-17 01:16:41 +08:00
hjxilinx 6fc7c108b4 [td-98] update vgroup info 2020-04-16 16:24:38 +08:00
hjxilinx 130d4cd20c [td-98] add the group by support for super table query 2020-04-16 11:08:39 +08:00
hjxilinx 5fd9705d45 [td-98] fix bugs while query/insert mixed up in sql requests. 2020-04-11 11:30:26 +08:00
hjxilinx 3f9d5ccaa4 [td-98] fix bug for query table, tag query cond serialization, 2020-04-10 23:15:33 +08:00
hjxilinx 44620e056c [td-98] support iplist 2020-04-07 15:57:48 +08:00
hjxilinx 72add021b7 [TD-98]fix memory leaks during query and fix query bugs. 2020-04-06 16:29:11 +08:00
hjxilinx a3af16e8a8 [TD-98] suppress compiler warnings. 2020-04-05 16:40:08 +08:00
hjxilinx 9d3ce4d51b [td-99] 2020-04-04 11:34:54 +08:00
hjxilinx 0019048a13 [td-32] change the synchronized query execution method. 2020-04-04 01:08:53 +08:00
hjxilinx c269b6d474 [TD-32] fix error in retrieve data 2020-03-27 01:59:26 +08:00
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