Commit Graph

84 Commits

Author SHA1 Message Date
dapan1121 b77731702e stmt 2022-04-20 18:27:00 +08:00
dapan1121 0c2f22fb82 stmt 2022-04-18 19:08:27 +08:00
dapan1121 49e0ecdb9b Merge remote-tracking branch 'origin/3.0' into feature/qnode4 2022-04-18 13:34:04 +08:00
dapan1121 c8fe5bc88b stmt 2022-04-18 10:19:15 +08:00
dapan1121 93ca1168f3 stmt 2022-04-16 19:41:18 +08:00
dapan1121 9547c0a09b stmt 2022-04-16 15:59:19 +08:00
Haojun Liao 367064591a refactor(driver): refactor c driver and remove redundant codes. 2022-04-15 13:40:50 +08:00
dapan1121 69f09fd0e3 stmt 2022-04-14 20:14:52 +08:00
Xiaoyu Wang a80610560d constant condition optimize 2022-04-09 10:09:17 +08:00
Xiaoyu Wang ba80c7478f TD-14405 TD-14404 desc and reset query cache statement implement 2022-03-31 02:19:11 -04:00
dapan1121 96eee80063 feature/qnode 2022-03-26 15:03:22 +08:00
Haojun Liao ca9b7c4296 [td-13039] fix compiling error. 2022-03-25 12:46:26 +08:00
Xiaoyu Wang dce38817be merge 3.0 2022-03-21 05:39:28 -04:00
Xiaoyu Wang e4dd627b20 stream plan implement 2022-03-19 03:02:31 -04:00
Xiaoyu Wang c2b4ec91ff tmq plan implement 2022-03-18 05:44:08 -04:00
Xiaoyu Wang c2aebb25bf TD-13675 create sma index parser implement 2022-03-15 06:44:38 -04:00
Xiaoyu Wang 14e5d6aab3 TD-13852 create stable and create subtable 2022-03-06 08:52:12 -05:00
Xiaoyu Wang 92cd252b70 TD-13706 integration create table stmt and insert stmt 2022-03-04 05:43:23 -05:00
Xiaoyu Wang 441db317fd TD-13706 client modify vnode process integration 2022-03-03 07:25:16 -05:00
Xiaoyu Wang 195ff4f52f TD-13705 parser integrate and CREATE DATABASE implement 2022-02-28 21:13:22 -05:00
Xiaoyu Wang cd7a0e559b TD-13747 New SQL model integration 2022-02-28 04:56:38 -05:00
Xiaoyu Wang 768e05939c TD-13747 New SQL model integration 2022-02-28 04:02:43 -05:00
Xiaoyu Wang 83d516af4c TD-13495 planner refactoring 2022-02-13 13:31:18 -05:00
Shengliang Guan 246311d4fc minor changes 2022-02-16 15:27:19 +08:00
Shengliang Guan 7b942097c1 create stb 2022-02-09 18:28:11 +08:00
Xiaoyu Wang d7e304f00c TD-13120 merge 3.0 2022-01-23 08:51:05 -05:00
Haojun Liao bf26efb518 [td-11818] Fix memory leak in query. 2022-01-24 17:44:44 +08:00
Xiaoyu Wang 573cbff2ca TD-13120 SELECT statement syntax definition 2022-01-23 07:34:16 -05:00
Haojun Liao b45da2b208 [td-11818] refactor. 2022-01-20 16:02:09 +08:00
Haojun Liao 97c66b5ee2 [td-11818] refactor. 2022-01-12 15:51:34 +08:00
Haojun Liao 35b0ee1a10 [td-11818]remove SParseBasicCtx 2022-01-12 10:53:53 +08:00
Haojun Liao 3c88993c96 [td-11818] support select * 2022-01-07 22:54:44 +08:00
Haojun Liao dc3ecc0a21 [td-11818] refactor. 2022-01-07 16:38:32 +08:00
Haojun Liao 27224db24b [td-11818] fix memory leak and refactor code. 2022-01-05 14:09:02 +08:00
Haojun Liao 7128b3cdab [td-11818] refactor. 2022-01-04 15:20:16 +08:00
Haojun Liao f0044d826f [td-11818]support create multiple tables. 2021-12-31 18:57:57 +08:00
Haojun Liao b91eb6b80b [td-11818] refactor APIs, and fix bug in show tables; 2021-12-30 15:19:09 +08:00
Haojun Liao be7bccae63 [td-11818] support show tables; 2021-12-29 23:07:01 +08:00
Haojun Liao f76f30ba6b [td-11818] refactor create child table procedure. 2021-12-29 11:42:39 +08:00
Haojun Liao c4bd887e63 [td-11818]support create child table. 2021-12-28 20:03:41 +08:00
Liu Jicong 7f2efea9f8 Merge branch '3.0' into feature/tq 2021-12-28 17:31:01 +08:00
Liu Jicong c9f38d2be2 send create topic req 2021-12-28 17:01:09 +08:00
Haojun Liao ec18dee1cc [td-11818] fix bug. 2021-12-28 16:37:50 +08:00
Haojun Liao 76154f5863 [td-11818] support create child table. 2021-12-28 16:06:01 +08:00
Xiaoyu Wang e7ea350872 TD-12506 implement taos_query_l 2021-12-24 01:39:46 -05:00
Xiaoyu Wang 6307883ff5 TD-12450 perfect parser interface 2021-12-23 05:24:51 -05:00
Xiaoyu Wang 1d62d95e6c TD-12450 perfect parser interface 2021-12-23 04:50:34 -05:00
Xiaoyu Wang 0c82c253be TD-12450 perfect parser interface 2021-12-23 04:33:41 -05:00
Xiaoyu Wang 53928fffd9 TD-12450 ut of combination of insert parser and insert planner 2021-12-23 03:27:59 -05:00
Haojun Liao ae70935970 [td-11818]support create super table/normal table/ drop db/drop stable 2021-12-23 16:00:17 +08:00