Commit Graph

2114 Commits

Author SHA1 Message Date
chenhaoran 01ad6a685b tetst:sleep 2 after stop taosd in windows ci 2024-09-03 19:37:22 +08:00
54liuyao 939342b3de fix(query):seset group id for the results of event and count operators 2024-08-22 11:11:40 +08:00
54liuyao 1bff0e89f4 fix issue 2024-08-20 10:15:52 +08:00
sima a54019211f feat:[TS-4893] Support MYSQL functions.
Add more functions:
 - Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
 - String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
 - Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
 - Aggregate Functions: VAR_POP().
Modify some functions:
 - ROUND(): support round to given decimal places.
 - CHAR_LENGTH(): support calculate multi-byte character's length.
 - TIMEDIFF(): result will be negative when expr1 < expr2.
 - STDDEV(): add alias name STDDEV_POP().
 - SUBSTR(): add alias name SUBSTRING().
             support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
Haojun Liao e9ac0d6cd4 other: merge 3.0 2024-08-05 13:38:05 +08:00
wade zhang 8e01044408
Merge pull request #26920 from taosdata/test/3.0/TD-31005
test: scan returned values in ci
2024-08-05 08:03:05 +08:00
dapan1121 a443fafad2 fix: interval case issue 2024-08-02 16:29:23 +08:00
dapan1121 5e2c5b8894 fix: calander interval and sliding issue 2024-08-02 14:38:55 +08:00
chenhaoran ed1e3c304a test: scan returned values in ci 2024-08-02 14:03:07 +08:00
Haojun Liao aefb9d275e fix(stream): add ts in HbMsg. 2024-08-01 15:22:37 +08:00
54liuyao 1ce6f1c1c7 adj operator res 2024-07-29 13:22:46 +08:00
Haojun Liao 4d8064c950 fix(tsdb):fix invalid return code. 2024-07-23 19:16:06 +08:00
xsren bf03c2b3d8 fix: tupleData 2024-07-22 20:26:55 +08:00
54liuyao 140a128a1d adj ci 2024-07-19 09:23:46 +08:00
54liuyao fbfffc4aec adj ci 2024-07-19 08:55:26 +08:00
54liuyao b594decc14 adj ci 2024-07-18 18:54:27 +08:00
54liuyao 8d769c97ec adj ci 2024-07-18 18:48:52 +08:00
54liuyao dfff9b19ad adj ci 2024-07-18 18:08:31 +08:00
Haojun Liao f3cfd297b8 fix(stream): return after get value. 2024-07-16 19:42:29 +08:00
54liuyao 331d692a6f add ci 2024-07-10 09:38:42 +08:00
54liuyao 9c7178fedd add ci 2024-07-10 09:34:50 +08:00
54liuyao be2c16723d adj second param for last_row 2024-07-01 16:38:47 +08:00
Yihao Deng 58b3dd7b99 Add index filtering based on column value type 2024-06-26 08:45:14 +00:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
dapan1121 0d5bfc4b8c
Update checkStreamSTable1.sim 2024-06-24 11:00:51 +08:00
wangmm0220 a29d1b0c59 fix:test case error 2024-06-24 10:18:09 +08:00
54liuyao 1189e228b7 adj test ci 2024-06-21 18:25:13 +08:00
Haojun Liao b3a283ed8e
Merge pull request #26207 from taosdata/fix/TD-30650
adj test case
2024-06-21 15:22:07 +08:00
dapan1121 05ebfa70d4
Merge pull request #26212 from taosdata/fix/TS-5064.3
fix: cast long binary crash issue
2024-06-20 16:26:13 +08:00
dapan1121 784fda8191 fix: cast long binary crash issue 2024-06-20 13:54:02 +08:00
54liuyao b7710fa9b9 adj test case 2024-06-20 11:35:23 +08:00
Yihao Deng e4916d13a5 update case 2024-06-19 12:12:21 +00:00
dapan1121 0397826c68
Merge pull request #26139 from taosdata/feat/TD-30313
optimize show cluster alive stmt
2024-06-19 15:49:59 +08:00
54liuyao f5bb4df846 adj test case 2024-06-18 11:30:24 +08:00
54liuyao e858dd5df0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-30313 2024-06-18 10:28:01 +08:00
Hongze Cheng e0a5b6f2ea
Merge pull request #26140 from taosdata/fix/TD-30467-3.0
fix: check range option
2024-06-17 11:36:24 +08:00
Haojun Liao 6f1662c2be fix(test): wait for a little bit more time. 2024-06-13 17:38:39 +08:00
kailixu 1f646713fe fix: check range option of alter user 2024-06-13 16:36:18 +08:00
54liuyao 7620be6e28 optimize show cluster alive stmt 2024-06-13 16:23:50 +08:00
dapan1121 3c8cb76161
Merge pull request #26100 from taosdata/fix/TD-30481.3
fix: case when memory leak
2024-06-12 13:26:42 +08:00
dapan1121 6b1d4b842e fix: case when memory leak 2024-06-11 15:28:04 +08:00
kailixu a8788ec3a6 enh: check range for user enable/sysinfo/createdb 2024-06-07 13:30:10 +08:00
kailixu 2f5179cf44 Merge branch '3.0' into enh/TS-3737-3.0 2024-06-06 16:42:04 +08:00
Hongze Cheng 070ec1412e
Merge pull request #26048 from taosdata/enh/TS-4885
enh/wal_level: new level 0 to disable wal writing
2024-06-06 10:19:50 +08:00
Minglei Jin 11b26d80b7 wal_level 0: update unit & tsim test cases 2024-06-05 18:22:23 +08:00
kailixu 30fe35b61a test: add test case for balance vgroup leader 2024-06-05 17:22:50 +08:00
dapan1121 95c4b7748f
Merge pull request #26047 from taosdata/fix/TD-30214
add ts column for last cache
2024-06-05 16:32:12 +08:00
kailixu c89f06eaf3 chore: adjust test case 2024-06-05 14:56:47 +08:00
54liuyao 545fa5ebcb add ts column for last cache 2024-06-05 11:38:38 +08:00
kailixu e5bd28752a test: adjust test case for createdb 2024-06-04 18:14:20 +08:00