Commit Graph

4345 Commits

Author SHA1 Message Date
dapan1121 9f47f8467d
Merge pull request #27087 from taosdata/feat/TS-5156
opti:[TS-5156]add user/fqdn in show consumers/subscriptions
2024-08-15 11:33:27 +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
dapan1121 aa82702963
Merge pull request #27054 from taosdata/fix/TD-31003/timezoneOnWin
fix: set timezone on windows
2024-08-14 08:50:11 +08:00
Haojun Liao 8d751ca5e3
Merge pull request #27148 from taosdata/fix/3.0/TD-31362-TD-31359-TD-21481
1. lock not released when return
2024-08-12 17:34:25 +08:00
wangjiaming0909 19952995af fix fill order by returned wrong values 2024-08-12 15:27:15 +08:00
wangjiaming0909 882cfb7deb 1. lock not released when return
2. fix tsma err msg
3. fix fill prev wrong results
2024-08-12 08:53:27 +08:00
Alex Duan 1c6ca34732
Merge pull request #27078 from taosdata/case/TD-31176-3.0
fix: restore delete_check.py case
2024-08-10 12:09:55 +08:00
Alex Duan a23f877c89
Merge pull request #27088 from taosdata/test/TD-31203
test: Adding test case for TD-31203
2024-08-09 17:33:29 +08:00
wangmm0220 78f991b2c9 fix:[TS-5156]case error 2024-08-09 16:56:35 +08:00
Haojun Liao 45c6d42851
Merge pull request #27093 from taosdata/fix/3.0/TD-31274-TD-31280
1. fix interval query with month interval day slidng returning wrong …
2024-08-09 13:50:34 +08:00
wangjiaming0909 be4effd0c8 fix test when using -R 2024-08-09 10:25:04 +08:00
xsren ce122d7cd8 fix: timezone test case 2024-08-09 10:02:09 +08:00
Haojun Liao 6fc8c7bd4e
Merge pull request #26619 from taosdata/fix/3_liaohj
fix(stream): adjust the time to free task backend.
2024-08-09 09:09:21 +08:00
xsren 2c68cffe6e test case 2024-08-08 19:40:38 +08:00
xiao-77 645b49023b add hyperloglog to requirements.txt 2024-08-08 19:39:43 +08:00
wangjiaming0909 d1ed3b3abb 1. fix interval query with month interval day slidng returning wrong window
2. fix error msg for creating tsma
2024-08-08 18:10:49 +08:00
xiao-77 c02ac1fe4c test: Adding test case for TD-31203 2024-08-08 16:48:17 +08:00
Alex Duan 7271e040d4 fix: restore delete_check.py case 2024-08-08 12:56:13 +08:00
wangmm0220 a4ebe75b4c feat:[TD-30883]send data if scan wal too log 2024-08-08 11:45:08 +08:00
Haojun Liao fe7565330b
Merge branch '3.0' into fix/3_liaohj 2024-08-08 11:20:12 +08:00
dapan1121 a07adec754
Merge pull request #27048 from taosdata/fix/TD-31047
fix:[TD-31047] change poll delay bigger to avoid consumer null if spl…
2024-08-08 09:23:13 +08:00
Ping Xiao cccec022eb add test case for TS-4236 2024-08-07 19:20:07 +08:00
wangmm0220 c9eb3ca2f9 fix:[TD-31047] change poll delay bigger to avoid consumer null if split too long 2024-08-07 19:06:42 +08:00
Haojun Liao 82d431d73e Merge branch '3.0' into fix/3_liaohj 2024-08-07 16:21:27 +08:00
wangmm0220 46f74c7a97 fix:[TD-31283] code remove by accident 2024-08-07 15:44:09 +08:00
wangmm0220 621bc6750d fix:[TD-31047] change poll delay bigger to avoid consumer null if split too long 2024-08-07 13:59:47 +08:00
Haojun Liao bb7efb7423 Merge branch '3.0' into fix/3_liaohj 2024-08-07 10:21:53 +08:00
xiao-77 8dcafe343e test:fix test case logical_operators failed while use param '-R' 2024-08-06 15:19:17 +08:00
xiao-77 dd46121a8a test: adding test case for TS-30951 2024-08-05 16:24:39 +08:00
Alex Duan be08fd9eb0
Merge pull request #26961 from taosdata/test/3.0/TD-31105
test: confirm that the process has been stopped successfully
2024-08-05 13:57:22 +08:00
Alex Duan eae34eacef
Merge pull request #26966 from taosdata/test/3.0/TD-31015
test:add concurrency test cases for executing the taos -k command line.
2024-08-05 13:54:28 +08:00
Haojun Liao e9ac0d6cd4 other: merge 3.0 2024-08-05 13:38:05 +08:00
chenhaoran 0ffef4947b test:add concurrency test cases for executing the taos -k command line. 2024-08-05 11:08:51 +08:00
chenhaoran de572c8c0f test:add concurrency test cases for executing the taos -k command line. 2024-08-05 11:02:23 +08:00
chenhaoran 1a871e0292 test:add concurrency test cases for executing the taos -k command line. 2024-08-05 11:01:32 +08:00
chenhaoran dd5b547404 test:add concurrency test cases for executing the taos -k command line. 2024-08-05 09:48:02 +08:00
dapan1121 37fc4f5674
Merge pull request #26533 from taosdata/enh/3.0/TD-26258
fix asc/desc fill windows
2024-08-05 09:00:14 +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
chenhaoran c7bbfc9465 test: confirm that the process has been stopped successfully 2024-08-03 20:47:15 +08:00
chenhaoran ed1e3c304a test: scan returned values in ci 2024-08-02 14:03:07 +08:00
Haojun Liao 27cadbbcb6 other: merge 3.0 2024-08-02 09:16:03 +08:00
Haojun Liao 8be9337659
Merge pull request #26912 from taosdata/fix/create_tb
fix(stream): compare vg replica according to different db.
2024-08-02 00:39:48 +08:00
Haojun Liao 55b06746de fix(test): update a test case. 2024-08-01 22:22:22 +08:00
dapan1121 dd6674fe38
Merge pull request #26543 from taosdata/fix/3.0/TD-30951
fix project with bool condition node
2024-08-01 19:11:57 +08:00
Haojun Liao 3b2d1ae101 fix(test): wait for a little longer. 2024-08-01 18:32:01 +08:00
dapan1121 6e6f353328
Merge pull request #26896 from taosdata/fix/3.0/TD-31113
fix:[TD-31113] return 0.0 instead of -0.0 when using round(),floor() and ceil()
2024-08-01 14:08:03 +08:00
sima 04d525d429 feat:[TS-5137] Support group/partition by position and alias. 2024-07-31 15:30:31 +08:00
sima a81d8261e5 fix:[TD-31113] return 0.0 instead of -0.0 when using round() and ceil() 2024-07-31 14:00:06 +08:00
dapan1121 4e62fda958
Merge pull request #26877 from taosdata/fix/3.0/TD-31133
fix:[TD-31133] Fix crash when using partition by with having clause.
2024-07-31 10:31:57 +08:00
dapan1121 51a28996c0
Merge pull request #26852 from taosdata/fix/TD-29991/inNull
fix: in null
2024-07-30 18:11:26 +08:00