Jing Sima
|
c0340dcee7
|
feat: [TS-6100] Parse create stream sql: Fix out col / tag wrong length
|
2025-06-18 17:57:30 +08:00 |
|
Jing Sima
|
667063869f
|
feat: [TS-6100] Parse create stream sql: Improve error messages when out table col name mistmatch
|
2025-06-18 17:14:57 +08:00 |
|
Jing Sima
|
00969609ed
|
feat: [TS-6100] Parse create stream sql: treat %%trows error plan.
|
2025-06-17 18:44:47 +08:00 |
|
Jing Sima
|
9a114abe06
|
feat: [TS-6100] Parse create stream sql: treat %%tbname and %%trows with partition by tbname as child table.
|
2025-06-17 14:30:36 +08:00 |
|
Jing Sima
|
ca2a31d7cd
|
feat: [TS-6100] Parse create stream sql: Fix leaks.
|
2025-06-17 09:26:48 +08:00 |
|
Jing Sima
|
2b97c86a5c
|
feat: [TS-6100] Parse create stream sql: Remove %%n restrict.
|
2025-06-17 08:31:57 +08:00 |
|
Jing Sima
|
8ac2d095f7
|
feat: [TS-6100] Parse create stream sql: Add more error case and fix bugs.
|
2025-06-17 08:24:35 +08:00 |
|
Jing Sima
|
fe386d0ebb
|
feat: [TS-6100] Parse create stream sql: Add error ut and fix bugs.
|
2025-06-16 15:11:41 +08:00 |
|
Jing Sima
|
640d1bfabb
|
feat: [TS-6100] Parse create stream sql: Add more ut.
|
2025-06-14 14:41:43 +08:00 |
|
Jing Sima
|
703f6becc6
|
feat: [TS-6100] Parse create stream sql: Fix bugs and change error message.
|
2025-06-12 10:20:14 +08:00 |
|
Jing Sima
|
da193ab4b0
|
feat: [TS-6100] Parse create stream sql: Add more unit test.
|
2025-06-12 09:39:07 +08:00 |
|
Jing Sima
|
701af46675
|
feat: [TS-6100] Parse create stream sql: Refactor.
|
2025-06-10 16:01:43 +08:00 |
|
Jing Sima
|
d8210bc311
|
feat: [TS-6100] Parse create stream sql: Fix unit test bugs.
|
2025-06-10 16:01:43 +08:00 |
|
Jing Sima
|
bc042f5a5c
|
feat: [TS-6100] Parse create stream sql: Fix varchar schema wrong lengh.
|
2025-06-07 18:13:40 +08:00 |
|
Jing Sima
|
28f0a4db56
|
Merge pull request #31314 from taosdata/feat/TS-6100-smj
feat: [TS-6100] Parse create stream sql: Add stream name check
|
2025-06-07 11:32:02 +08:00 |
|
Jing Sima
|
396f0558e6
|
feat: [TS-6100] Parse create stream sql: Add stream name check
|
2025-06-07 11:29:44 +08:00 |
|
factosea
|
b2c646beda
|
feat: show streams
|
2025-06-07 10:56:03 +08:00 |
|
Jing Sima
|
d7a2183dc4
|
feat: [TS-6100] Parse create stream sql: sql generator refactor
|
2025-06-07 10:16:46 +08:00 |
|
Jing Sima
|
b2ff90b455
|
feat: [TS-6100] Parse create stream sql: Fix sql generator
|
2025-06-06 17:06:06 +08:00 |
|
Jing Sima
|
4693999486
|
feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong plan
|
2025-06-06 15:44:27 +08:00 |
|
dapan1121
|
33ca255671
|
Merge remote-tracking branch 'origin/feat/TS-6100-3.0' into feat/TS-6100-3.0.pw9
|
2025-06-06 09:15:50 +08:00 |
|
dapan1121
|
bfce943ff0
|
enh: add more check
|
2025-06-06 09:09:40 +08:00 |
|
Jing Sima
|
0a33d13264
|
feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong plan
|
2025-06-06 09:09:19 +08:00 |
|
wangmm0220
|
4572c0243d
|
fix(stream): add logic for %%tbname
|
2025-06-05 17:26:09 +08:00 |
|
facetosea
|
3a700fa119
|
fix: count_window cols
|
2025-06-05 17:00:25 +08:00 |
|
Jing Sima
|
e9e6db382a
|
feat: [TS-6100] Parse create stream sql: Extract condition from count window
|
2025-06-05 16:21:35 +08:00 |
|
Jing Sima
|
8c2d06f88f
|
feat: [TS-6100] Parse create stream sql: Fix %%tbname wrong plan
|
2025-06-05 10:26:36 +08:00 |
|
Jing Sima
|
e97af52e2a
|
feat: [TS-6100] Parse create stream sql: Fix dup col
|
2025-06-05 09:47:00 +08:00 |
|
Jing Sima
|
d9caf9410d
|
feat: [TS-6100] Parse create stream sql: Add primary key check.
|
2025-06-05 09:16:30 +08:00 |
|
Jing Sima
|
36e09ed4ec
|
feat: [TS-6100] Parse create stream sql: Fix _twduration wrong type.
|
2025-06-05 08:45:17 +08:00 |
|
Jing Sima
|
f929f5d39e
|
feat: [TS-6100] Parse create stream sql: Support %%tbname.
|
2025-06-04 19:06:33 +08:00 |
|
facetosea
|
3f5d755b21
|
feat: count windows
|
2025-06-04 17:25:19 +08:00 |
|
Jing Sima
|
48ad39e8c3
|
feat: [TS-6100] Parse create stream sql: Fix trigger window check.
|
2025-06-04 14:35:13 +08:00 |
|
Jing Sima
|
29be1c4370
|
feat: [TS-6100] Parse create stream sql: Add trigger window check.
|
2025-06-03 19:01:19 +08:00 |
|
facetosea
|
18aa05c71c
|
feat: count_window
|
2025-06-03 18:31:49 +08:00 |
|
Jing Sima
|
ff873650f7
|
feat: [TS-6100] Parse create stream sql: Sql gen refactor and fix bugs.
|
2025-06-03 08:56:51 +08:00 |
|
Jing Sima
|
f8b312db24
|
feat: [TS-6100] Parse create stream sql: Sql gen refactor and fix bugs.
|
2025-05-30 10:48:40 +08:00 |
|
Jing Sima
|
cc97e7fb2c
|
feat: [TS-6100] Parse create stream sql: Sql gen refacotr.
|
2025-05-30 08:53:39 +08:00 |
|
dapan1121
|
829921cc21
|
fix: start/stop stream
|
2025-05-28 17:27:53 +08:00 |
|
Jing Sima
|
e313bf7171
|
feat: [TS-6100] Parse create stream sql: Fix wrong tag name.
|
2025-05-28 17:13:46 +08:00 |
|
Jing Sima
|
99a241cf37
|
Merge pull request #31236 from taosdata/feat/TS-6100-smj
feat: [TS-6100] Parse create stream sql
|
2025-05-28 15:55:58 +08:00 |
|
Jing Sima
|
9768e724af
|
feat: [TS-6100] Parse create stream sql: Fix missing db cfg for triggertable and create stream req's stream name.
|
2025-05-28 15:48:59 +08:00 |
|
dapan1121
|
6992932a95
|
Merge remote-tracking branch 'origin/feat/TS-6100-3.0' into feat/TS-6100-3.0.pw8
|
2025-05-28 11:36:31 +08:00 |
|
Jing Sima
|
c02dc5e4e3
|
feat: [TS-6100] Parse create stream sql: Get trigger table's meta during collectMetaKeyFromCreateStream.
|
2025-05-28 09:58:12 +08:00 |
|
Jinqing Kuang
|
5f3d1df1fa
|
Merge branch '3.0' into feat/TS-6100-3.0
|
2025-05-27 19:31:36 +08:00 |
|
dapan1121
|
01d2677fca
|
Merge remote-tracking branch 'origin/feat/TS-6100-3.0' into feat/TS-6100-3.0.pw8
|
2025-05-27 19:12:25 +08:00 |
|
Jing Sima
|
2ed46b0bc1
|
feat: [TS-6100] Parse create stream sql: Stream out subtable name refactor.
|
2025-05-27 18:53:47 +08:00 |
|
Jing Sima
|
46d0932e73
|
feat: [TS-6100] Parse create stream sql: Support _tprev_ts/_tnext_ts/_tprev_localtime/_tnext_localtime.
|
2025-05-27 16:49:36 +08:00 |
|
Jing Sima
|
16a16c1ef9
|
feat: [TS-6100] Parse create stream sql: Fix basic1.py bug.
|
2025-05-27 15:56:02 +08:00 |
|
Jing Sima
|
e2147145e0
|
feat: [TS-6100] Parse create stream sql: Support vtable.
|
2025-05-27 09:39:59 +08:00 |
|