Commit Graph

3179 Commits

Author SHA1 Message Date
Haojun Liao a069cb9b8d
Merge pull request #28398 from taosdata/fix/ly_stream
feat(stream):add max delay check
2024-10-18 09:29:35 +08:00
Pan Wei b04b6b21a5
Merge pull request #28373 from taosdata/fix/TS-5531/not
fix: not condition
2024-10-17 18:33:15 +08:00
54liuyao 9aaab9c3b0 feat(stream):add max delay check 2024-10-17 10:39:59 +08:00
factosea 9bf2c61d93 not nest 2024-10-16 16:15:45 +08:00
Minglei Jin 7348eddc09 stmt2/add batch: move interlace add batch into exec2 2024-10-15 14:51:07 +08:00
Shengliang Guan 9f05ca5ee8 revert: data analysis 2024-10-14 23:27:11 +08:00
Pan Wei 53fb183bb8
Merge pull request #28297 from taosdata/fix/revokeEscapeIssue
fix: revoke table name escape issue
2024-10-14 19:08:34 +08:00
Hongze Cheng f9405b35d3 fix: add tag length check in stmt 2024-10-14 14:21:38 +08:00
Pan Wei 80e2e426f0
Merge pull request #28277 from taosdata/enh/TD-32413/snprintf
Enh/td 32413/snprintf
2024-10-14 10:59:03 +08:00
Haojun Liao e0018734a4
Merge pull request #28322 from taosdata/fix/ly_stream
fix(stream): check reload function
2024-10-12 09:22:33 +08:00
xinsheng Ren 9f645a0879
Merge branch '3.0' into enh/TD-32413/snprintf 2024-10-11 16:07:25 +08:00
54liuyao 96338d021f fix(stream):check stream sql 2024-10-11 15:47:55 +08:00
54liuyao a2ef8c55a1 fix(stream):check stream sql 2024-10-11 15:46:38 +08:00
54liuyao ef0782d378 fix(stream): check reload function 2024-10-11 15:27:29 +08:00
Shengliang Guan 7ba8a6a680 fix: manual testing errors 2024-10-11 12:11:59 +08:00
Shengliang Guan 11463a6d8a Merge branch 'feat/anode6' into feat/anode7 2024-10-10 21:06:39 +08:00
Shengliang Guan 70d17e3642 Merge branch '3.0' into feat/anode6 2024-10-10 21:02:51 +08:00
dapan1121 3faff06991 fix: revoke table name escape issue 2024-10-10 16:19:27 +08:00
Shengliang Guan e792c1a986 fix: unitest error 2024-10-10 11:49:26 +08:00
xsren e03ccdc6e2 replace snprintf 2024-10-10 10:35:48 +08:00
Shengliang Guan ef39c9c41e
Merge pull request #28265 from taosdata/feat/anode1
feat: anode
2024-10-09 18:48:55 +08:00
Shengliang Guan 159c318fbd feat: analysis parser 2024-10-09 18:18:45 +08:00
Shengliang Guan 080c44681c feat: analysis translater 2024-10-09 18:13:45 +08:00
Shengliang Guan 234bf4b332 feat: analysis plan 2024-10-09 17:58:46 +08:00
Shengliang Guan 8eddf6c268 feat: analysis function 2024-10-09 17:52:21 +08:00
Shengliang Guan 4dc0c2f47e feat: data analysis 2024-10-09 17:09:43 +08:00
lyh250-666 676f8759e2 enh:modify error code passing 2024-10-09 15:37:00 +08:00
Pan Wei f903f5edf0
Merge pull request #28148 from taosdata/ret_check
ret check for taosMemoryAlloc
2024-09-27 14:59:11 +08:00
wangjiaming0909 420482720f ret check for taosMemoryAlloc 2024-09-27 09:16:47 +08:00
xsren 18bc5a048f taosStrndup 2024-09-26 14:46:53 +08:00
kailixu 92146c510a fix: unify the error code when drop stable 2024-09-25 09:22:56 +08:00
lyh250-666 5f6802e0a1 enh:modify addede rror code passing 2024-09-24 16:29:28 +08:00
54liuyao 2c24c52c80 fix(stream):not support group by 2024-09-23 13:52:18 +08:00
Hongze Cheng 5639fd0baf
Merge pull request #27947 from taosdata/enh/TS-5111-3.0
enh: support drop table with uid
2024-09-23 13:36:27 +08:00
Pan Wei 373aaeaf0d
Merge pull request #28019 from taosdata/enh/TD-31691
enh:modify error code passing
2024-09-23 10:13:57 +08:00
lyh250-666 df147c60b0 enh:modify error code passing 2024-09-23 08:58:10 +08:00
Pan Wei 04663cb4b3
Merge pull request #28011 from taosdata/enh/TD-31691
Enh/td 31691
2024-09-23 08:54:34 +08:00
kailixu 812f3a04d9 enh: support drop table with uid 2024-09-23 00:14:49 +08:00
Kaili Xu 303eaaa5d9
Update parTranslater.c 2024-09-23 00:09:03 +08:00
kailixu 843637a897 enh: code optimization 2024-09-22 10:00:18 +08:00
kailixu bb31622693 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-21 13:48:33 +08:00
lyh250-666 651a94d747 enh:modify error code passing 2024-09-20 17:58:13 +08:00
lyh250-666 69d62454d7 enh:modify error code passing 2024-09-20 17:48:04 +08:00
Jinqing Kuang 1ccaaf75bd fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
Resolved an issue where an ORDER BY alias in subqueries failed to
convert to the expected ColumnNode when the corresponding column
could be omitted. Updated the conversion logic to handle this case
correctly and ensure proper query execution.
2024-09-20 14:44:30 +08:00
kailixu 0e81372841 enh: support drop table with uid 2024-09-20 10:26:44 +08:00
kailixu 0fbf166a3b enh: support drop table with uid 2024-09-20 10:25:12 +08:00
kailixu 3fd2e51e06 enh: cannot drop table of system db 2024-09-20 09:46:37 +08:00
kailixu b0a711e575 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-20 09:45:49 +08:00
kailixu 3efa99520a enh: support drop table with uid 2024-09-20 01:54:07 +08:00
kailixu 6f0fafdc92 enh: drop table with uid 2024-09-19 18:55:26 +08:00