facetosea
|
8e23847207
|
fix: count window
|
2025-06-23 18:49:30 +08:00 |
|
Jinqing Kuang
|
85fad8e178
|
Merge branch '3.0' into temp
|
2025-06-23 18:08:09 +08:00 |
|
Jing Sima
|
6788d39c21
|
feat: [TS-6100] Parse create stream sql: Fix single table check when using %%tbname
|
2025-06-23 14:49:47 +08:00 |
|
Jing Sima
|
cc868ac28b
|
feat: [TS-6100] Parse create stream sql: Fix out table length bug
|
2025-06-23 14:23:29 +08:00 |
|
Jing Sima
|
a97841b48d
|
feat: [TS-6100] Parse create stream sql: Change default out subtable name rule
|
2025-06-23 08:52:21 +08:00 |
|
Jing Sima
|
3c217048ba
|
feat: [TS-6100] Parse create stream sql: Improve error msg when checking period window.
|
2025-06-21 17:44:15 +08:00 |
|
Jing Sima
|
40a714a020
|
feat: [TS-6100] Parse create stream sql: change virtual table plan
|
2025-06-21 17:29:36 +08:00 |
|
Jing Sima
|
a142c1aebb
|
feat: [TS-6100] Parse create stream sql: support fill_history without parameters
|
2025-06-21 15:24:31 +08:00 |
|
Mario Peng
|
c65e1592fa
|
feat:insert into subquery (#31401)
|
2025-06-21 15:11:09 +08:00 |
|
facetosea
|
bcc42b2511
|
fix: error msg
|
2025-06-21 08:56:47 +08:00 |
|
Jing Sima
|
0bd2a88bad
|
feat: [TS-6100] Parse create stream sql: Add sys db check for create stream.
|
2025-06-20 16:11:31 +08:00 |
|
Jing Sima
|
2e298ed915
|
feat: [TS-6100] Parse create stream sql: Add check when partition by supertable.
|
2025-06-20 15:02:38 +08:00 |
|
Simon Guan
|
9923aedcb6
|
Merge branch 'main' into merge/mainto3.0
|
2025-06-20 14:48:16 +08:00 |
|
Pan Wei
|
1eb4a35063
|
Merge pull request #31348 from taosdata/fix/3.3.6.0/TS-6319
fix(parser): set current statement precision use join table precision
|
2025-06-20 08:55:03 +08:00 |
|
Jing Sima
|
c0340dcee7
|
feat: [TS-6100] Parse create stream sql: Fix out col / tag wrong length
|
2025-06-18 17:57:30 +08:00 |
|
hongzhenliu335
|
ba2f3b2ccc
|
fix(parser): set current statement precision use join table precision
|
2025-06-18 17:53:40 +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 |
|
Simon Guan
|
2838d2f063
|
Merge branch '3.0' into merge/mainto3.0
|
2025-06-14 10:41:12 +08:00 |
|
Simon Guan
|
f691365426
|
Merge branch 'main' into merge/mainto3.0
|
2025-06-14 10:32:34 +08:00 |
|
Zhixiao Bao
|
49d89407bc
|
fix: bounded cols is expected for supertable insertion。 (#31351)
|
2025-06-12 22:30:46 +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 |
|
Yihao Deng
|
dc6dba0e06
|
feat: database engine (taosd) supports IPV6 (#31101)
|
2025-06-10 09:18:58 +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 |
|