Commit Graph

53 Commits

Author SHA1 Message Date
wangmm0220 60500f4a81 fix:error 2023-12-07 15:17:15 +08:00
wangmm0220 26855848f6 opti:schemaless logic 2023-12-07 14:07:09 +08:00
wangmm0220 3f2d890560 feat:[TD-26056] add replay logic 2023-10-08 16:06:15 +08:00
wangmm0220 9cd8df12c2 fix:memory leak 2023-08-25 16:32:01 +08:00
wangmm0220 7441801e9d feat:support varbinary type 2023-08-15 13:57:05 +08:00
wangmm0220 f2553b8718 fix:add configuration to control if change dot to underline in schemaless 2023-07-26 09:52:04 +08:00
Markus Mayer 55ee9d6c25
Correct some typos in string literals (#22062) 2023-07-14 13:39:03 +08:00
wangmm0220 40fa0e0620 fix:memory leak 2023-05-25 18:07:36 +08:00
wangmm0220 d9042f5ed3 fix:memory leak 2023-05-25 17:24:11 +08:00
wangmm0220 1d8c517844 fix:[TS-3303]use stable name + child table name as key to save uid to avoid multi items for one table in submit block 2023-05-05 10:46:54 +08:00
wangmm0220 8be78ddee2 fix:[TD-23881] check the max row's length in schemaless 2023-04-26 14:23:25 +08:00
wangmm0220 0a54d00cd2 fix:converity scan defects 2023-03-17 14:54:27 +08:00
wangmm0220 4827c25a61 fix:give error if col is same in schemless & fix json parse error in TD-22903 2023-03-04 18:16:41 +08:00
wangmm0220 3bfd156616 fix:[TD-22898]:modify schema if schema change 2023-03-04 17:37:38 +08:00
wangmm0220 e54e12eff0 fix:give error if col is same in schemless & fix json parse error in TD-22903 2023-03-04 11:57:27 +08:00
Xiaoyu Wang c597de099f merge main 2023-02-20 13:41:27 +08:00
WANG MINGMING 3396309f3e
Merge branch '3.0' into refact/submit_req_marks 2023-02-07 16:33:54 +08:00
wangmm0220 97120dcd0a fix:reset measuretag pointer if it is the same child table 2023-02-07 16:26:26 +08:00
wangmm0220 a7aa9ac4a6 fix:reset measuretag pointer if it is the same child table 2023-02-07 16:08:20 +08:00
wangmm0220 fba3421029 fix:rm compare function for json and telnet in schemaless 2023-02-07 15:19:13 +08:00
wangmm0220 40d6e9d688 fix:fields error in schemaless 2023-02-06 23:20:43 +08:00
wangmm0220 1401aab1e8 fix:parse json error in schemaless 2023-02-06 17:50:58 +08:00
wangmm0220 4f949213da fix:change list to hash for speed interval data in sml 2023-02-03 23:41:33 +08:00
wangmm0220 3153e9847f fix:test case for json parse string 2023-01-28 11:31:09 +08:00
wangmm0220 b493b8d2e1 fix:cols error because delete json cols value 2023-01-28 10:33:00 +08:00
wangmm0220 8098a2995d opti:parse non-standard json format 2023-01-23 22:20:44 +05:00
wangmm0220 51bb0ed602 opti:json non standard 2023-01-17 23:43:05 +05:00
wangmm0220 a462f518e3 fix:table name error in schemaless 2023-01-09 15:14:20 +08:00
wangmm0220 ce3fbae952 fix:ASSERT in client mode & converity error 2023-01-06 14:37:38 +08:00
wangmm0220 9c4cebb1b7 fix:memory leak 2023-01-04 17:15:30 +08:00
wangmm0220 d3fe415bef fix:memory leak 2023-01-04 15:45:38 +08:00
wangmm0220 983b754198 fix:error in parse json 2023-01-04 11:45:09 +08:00
wangmm0220 21c62ea437 fix:check table name length for json parser 2023-01-03 18:36:08 +08:00
wangmm0220 087f88a617 fix:malloc too large 2023-01-03 18:18:46 +08:00
wangmm0220 5cd433f756 fix:add log for json parse 2023-01-03 15:05:25 +08:00
wangmm0220 f23ab58592 fix:add log for json parse 2023-01-03 11:28:07 +08:00
wangmm0220 11dbf0a05e fix:error in parse json 2023-01-02 15:05:03 +08:00
wangmm0220 071ee9772f fix:json parse error 2022-12-30 18:14:18 +08:00
wangmm0220 bed01128bb fix:json parse error 2022-12-30 18:03:01 +08:00
wangmm0220 c549bc7183 fix:json parse error 2022-12-30 17:31:40 +08:00
wangmm0220 5290c32fd1 fix:json parse error 2022-12-30 17:11:22 +08:00
wangmm0220 a0d46fe9f4 fix:json parse error 2022-12-30 14:24:32 +08:00
wangmm0220 fa4df74eb1 fix:json parse error 2022-12-30 13:57:05 +08:00
wangmm0220 e6627f6955 fix:json parse error in the end 2022-12-30 10:02:15 +08:00
wangmm0220 55f4d9524b fix:support multi json format 2022-12-29 10:52:17 +08:00
wangmm0220 55a06b63b7 fix:error in windows 2022-12-19 17:04:44 +08:00
wangmm0220 284acb1f34 opti:json parser 2022-12-15 17:17:18 +08:00
wangmm0220 5ec92e7dc4 opti:parse json 2022-12-15 15:36:08 +08:00
wangmm0220 1b2a047397 opti:json parser 2022-12-15 11:25:03 +08:00
wangmm0220 097a2b928c opti:modify parse json 2022-12-15 00:35:58 +08:00