Commit Graph

643 Commits

Author SHA1 Message Date
dapan1121 350fac01a0 Merge remote-tracking branch 'origin/3.0' into feat/TD-24802 2023-11-10 11:48:55 +08:00
dapan1121 e5eeea5b16
Merge pull request #23619 from taosdata/fix/TD-26925
fix: const value replace issue
2023-11-10 10:42:22 +08:00
Alex Duan ef7f481f56
Merge pull request #23583 from taosdata/ts4219
Ts4219
2023-11-10 09:20:37 +08:00
Alex Duan 9dae2250c3
Merge pull request #23565 from taosdata/td25204
add non marterial test cases and update sql.error function by charles
2023-11-09 16:39:14 +08:00
dapan1121 e269d042b6 fix: add test cases 2023-11-09 16:28:35 +08:00
dapan1121 c1f935bd12 fix: const value replace issue 2023-11-09 14:49:04 +08:00
kailixu 501d5a7acc Merge branch '3.0' into enh/TD-23769-3.0x 2023-11-08 20:47:15 +08:00
kailixu 72ecb0431c enh: rsma checkpoint 2023-11-08 20:45:44 +08:00
wangjiaming0909 fc6c4fba90 feat: cache scan for select last(c), ts/c 2023-11-08 13:39:28 +08:00
charles c1f2f0bb63 add test case for ts-4219 by charles 2023-11-07 18:13:23 +08:00
charles a72d87b3ff add non marterial test cases and update sql.error function by charles 2023-11-06 18:59:34 +08:00
Alex Duan c6f4c0124d case : add delete_check.py to cases.task 2023-11-06 16:56:14 +08:00
haoranchen f2b05eddab
Update cases.task 2023-11-02 19:23:33 +08:00
slzhou 4a2c52783b Merge branch '3.0' of github.com:taosdata/TDengine into szhou/insert-stb-tbname 2023-11-01 14:10:02 +08:00
dapan1121 91df56fcf0 Merge remote-tracking branch 'origin/3.0' into feat/TD-25204 2023-10-31 18:44:54 +08:00
dapan1121 c4e1faae36
Merge pull request #23432 from taosdata/szhou/bi-mode-tag-scan
enhance: bi mode tag scan
2023-10-31 15:44:53 +08:00
dapan1121 0a97f18d72
Merge pull request #23344 from taosdata/feat/3.0/TS-4052
feat: support to_timestamp/to_char
2023-10-30 14:04:33 +08:00
dapan1121 d7a692649e fix: add view test cases 2023-10-30 11:03:41 +08:00
slzhou 4b6f927e6a fix: add test case for bi tag scan 2023-10-30 10:11:57 +08:00
slzhou 779c37b425 enhance: change to invalid operation for stmt error 2023-10-26 14:23:21 +08:00
slzhou efe480ae14 Merge branch 'szhou/continue-coing' into szhou/insert-stb-tbname 2023-10-25 13:30:49 +08:00
slzhou 6134346d4e enhance: test case insert_stb.sim 2023-10-25 13:20:37 +08:00
Alex Duan d86c35936b
Merge pull request #23048 from taosdata/test/3.0/TD-24125
test: increase numbers of cases in windows
2023-10-24 13:49:54 +08:00
wangjiaming0909 f299a28109 feat: support to_timestamp/to_char 2023-10-23 19:36:03 +08:00
wangjiaming0909 04c60486e9 feat: support interval syntax of quoted duration and default unit 2023-10-19 15:46:19 +08:00
chenhaoran 788f21fd94 test: support replica3 in splited/transform tmqvnode 2023-10-18 19:38:24 +08:00
Haojun Liao c6dd73b68b
Merge pull request #23187 from taosdata/feat/TD-26056
feat:add replay logic
2023-10-18 11:43:43 +08:00
Haojun Liao 6120ba440d
Merge pull request #23306 from taosdata/opti/TD-19291
feat:[TD-19291]Schemaless table name can be composed based on rule
2023-10-18 11:41:59 +08:00
dapan1121 e6755461f5
Merge pull request #23087 from taosdata/szhou/pseudo-column-aliasname
enhance: support select `pseduo_column` from (select pseudo_column ...)
2023-10-18 09:23:01 +08:00
chenhaoran aba7143994 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-24125 2023-10-17 20:35:31 +08:00
wangmm0220 5839e71f1f fix:test case error 2023-10-17 18:52:25 +08:00
wangmm0220 a16c9be49f feat:[TD-19291]Schemaless table name can be composed based on rule 2023-10-17 15:34:16 +08:00
chenhaoran 1459c82d75 test: support replica3 in splited/transform tmqvnode 2023-10-17 11:23:21 +08:00
chenhaoran 93b99e4573 test: support replica3 in splited/transform tmqvnode 2023-10-16 18:21:19 +08:00
slzhou 34246ea001 fix: tag scan support limit and remove slimit optimization 2023-10-16 16:43:15 +08:00
wangmm0220 473142fab7 fix:conflicts from 3.0 2023-10-16 11:35:56 +08:00
chenhaoran fd014c8330 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-24125 2023-10-13 11:37:25 +08:00
shenglian-zhou cbd9749bfe
Merge branch '3.0' into szhou/pseudo-column-aliasname 2023-10-12 19:01:28 -05:00
slzhou b78a32eb1a Merge branch '3.0' of github.com:taosdata/TDengine into szhou/pseudo-column-aliasname 2023-10-12 11:01:50 +08:00
Haojun Liao eb4449999f other: merge 3.0 2023-10-12 10:33:48 +08:00
chenhaoran 47c9c81a18 Merge branch '3.0' of https://github.com/taosdata/TDengine into test/3.0/TD-24125 2023-10-10 15:38:01 +08:00
slzhou 1762a85127 enhance: add test case 2023-10-10 14:33:53 +08:00
wangmm0220 33045e63ae feat:[TD-26056] add replay logic 2023-10-09 17:35:40 +08:00
yihaoDeng be42143362 Merge branch '3.0' into case/TD-26408-3.0 2023-10-09 14:24:31 +08:00
yihaoDeng cb2a9ee005 Merge remote-tracking branch 'origin/fix/TD-26582' into case/TD-26408-MAIN 2023-10-07 17:52:50 +08:00
dapan1121 913c75e654
Merge pull request #23097 from taosdata/fix/ts-4088
fix: timestamp computation output type is float
2023-09-28 08:42:07 +08:00
slzhou 39cae2b879 fix: typo error 2023-09-27 21:32:54 +08:00
Alex Duan 777b442d88 fix: add keep time offset case 2023-09-27 18:38:55 +08:00
shenglian zhou fc824a3bb9 fix: timestamp add return float when get time range 2023-09-27 16:39:49 +08:00
dapan1121 c8aee79e3f fix: apercentile parameter validation and result error 2023-09-27 16:08:06 +08:00