Commit Graph

2153 Commits

Author SHA1 Message Date
54liuyao d9bb710e96 add test 2024-09-13 11:12:49 +08:00
54liuyao 7c32cc7796 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-12 09:08:40 +08:00
54liuyao 5cfe7b8ec9 fix(query):fix the issue of return db error when the timestamp is 0 2024-09-11 14:58:06 +08:00
Haojun Liao c33b57fa65
Merge pull request #27770 from taosdata/fix/syntax
fix(stream):not reset the failed checkpointId
2024-09-11 09:03:51 +08:00
Haojun Liao 37355b8ae1 fix(test): update test cases. 2024-09-10 17:49:12 +08:00
Haojun Liao 51bee72807 fix(stream):not reset the failed checkpointId 2024-09-10 12:58:08 +08:00
54liuyao 77ffe89bf6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-10 10:22:20 +08:00
Jing Sima a249bef104 feat:[TS-4893] Add random and support use min/max on string column. 2024-09-09 18:48:24 +08:00
54liuyao 7eef4f9712 add test 2024-09-09 16:58:29 +08:00
54liuyao 9368244f43 fix issue for fill history 2024-09-04 15:34:14 +08:00
54liuyao 43390b1c36 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-04 09:20:11 +08:00
chenhaoran 01ad6a685b tetst:sleep 2 after stop taosd in windows ci 2024-09-03 19:37:22 +08:00
54liuyao 2b6dc42d0e fix fill next's issue 2024-09-03 17:54:07 +08:00
54liuyao 26c74603f3 add ci 2024-09-03 15:15:30 +08:00
54liuyao d7731b2a73 adj test case 2024-09-02 13:16:59 +08:00
54liuyao 73c3035a00 add test 2024-08-29 13:50:07 +08:00
54liuyao 7efb648a5f Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-23 14:49:32 +08:00
54liuyao 3583237942 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-22 14:47:16 +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
54liuyao 1ce2109fa4 add check 2024-08-19 13:42:44 +08:00
54liuyao 4fe68034cf fix issue 2024-08-16 17:46:14 +08:00
54liuyao 2a66a89adc add ci 2024-08-16 16:54:45 +08:00
54liuyao ab5848f29c add ci 2024-08-16 11:29:27 +08:00
54liuyao 1c1ae93771 add ci 2024-08-16 11:12:59 +08:00
54liuyao d59eb19c37 add ci 2024-08-16 10:54:52 +08:00
54liuyao e0178f2871 add ci 2024-08-15 14:16:40 +08:00
54liuyao 16d7073a1b adj ci 2024-08-15 13:33:06 +08:00
54liuyao 141de6e19b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-14 19:21:59 +08:00
54liuyao 057f09ffbf fix issue && add ci 2024-08-14 19:20:21 +08:00
54liuyao 216c53f0ae fix issue 2024-08-14 15:22:42 +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
54liuyao 5a2b89c357 fix issue 2024-08-13 14:05:16 +08:00
54liuyao 575eee8628 add ci 2024-08-12 16:18:03 +08:00
54liuyao 52e693511f add ci 2024-08-12 15:52:50 +08:00
54liuyao fd0f117544 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-12 09:37:43 +08:00
54liuyao 3a14454fb5 add ci 2024-08-08 19:30:18 +08:00
54liuyao 3b9eda95fc add ci 2024-08-08 09:40:13 +08:00
54liuyao 9cc20ba687 add ci 2024-08-06 17:42:44 +08:00
54liuyao 0913802c33 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-08-06 16:25:04 +08:00
54liuyao bdaf0d419e stream interp force window close 2024-08-06 16:14:15 +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
54liuyao 2f9490d8bd add ci 2024-08-02 13:57:09 +08:00
54liuyao b26750c200 add ci 2024-08-02 13:22:14 +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