Commit graph

4089 commits

Author SHA1 Message Date
Haojun Liao
696f0b171c
feat(gpt):support pseudo column in imputation. (#32972) 2025-09-12 20:43:56 +08:00
Bomin Zhang
67bd099881
enh[TD-37448][TD-37449]: implement show ssmigrate and kill ssmigrate command (#32888) 2025-09-12 15:07:57 +08:00
Simon Guan
c7efdf1a2b Merge branch '3.0' into merge/mainto3.0 2025-09-12 09:32:06 +08:00
Simon Guan
d94b75564d Merge branch 'main' into merge/mainto3.0 2025-09-12 09:32:02 +08:00
Mario Peng
caba5a91e3
fix: add empty nchar input (#32946) 2025-09-11 10:39:20 +08:00
Simon Guan
7d127ed04b Merge branch 'main' into merge/mainto3.0 2025-09-11 10:08:28 +08:00
Jing Sima
72d3189367
feat: [TD-37052] Handle origin table's vnode change in stream query. (#32931) 2025-09-10 16:12:11 +08:00
Jing Sima
ea3c87b3a0
fix: [TD-37878] Support using alias name in notify condition. (#32923) 2025-09-10 12:31:07 +08:00
Simon Guan
f8af487d92 Merge branch 'main' into merge/mainto3.0 2025-09-09 08:34:17 +08:00
Haojun Liao
3cdc1604f3
feat(gpt): support imputation function (#32910) 2025-09-09 08:31:20 +08:00
Jing Sima
7c341e9a37
fix: [TD-37716] fix wrong filter extracted in stream. (#32806) 2025-09-01 17:20:14 +08:00
Simon Guan
8e961a94a6 Merge branch 'main' into merge/mainto3.0 2025-08-26 15:32:23 +08:00
Jing Sima
308b3fd30e
fix: [TD-37529] Sliding offset cannot be used with interval in trigger window. (#32635) 2025-08-26 14:42:06 +08:00
Jing Sima
7d4f82bf51
enh: optimize tag scan in stream trigger (#32681) 2025-08-26 14:01:11 +08:00
Simon Guan
d5811869b3 Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-25 17:04:13 +08:00
Haojun Liao
d7a892c003
fix(query): set the alias name for _select_value if it is only the parameter of some functions. (#32710) 2025-08-25 16:39:51 +08:00
Haojun Liao
87524f9695
fix(query): set the alias name for _select_value if it is only the parameter of some functions. (#32704) 2025-08-25 16:35:20 +08:00
Simon Guan
a32607ba3d Merge branch 'main' into merge/mainto3.0 2025-08-22 17:51:28 +08:00
pengrongkun94@qq.com
b7c4be1029 fix build 2025-08-22 14:35:07 +08:00
Mario Peng
d54dc6a4ff
feat(stmt2): STMT2 support decimal type (#32563) 2025-08-22 14:18:24 +08:00
Simon Guan
5a5ec84d80 Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-22 14:15:42 +08:00
Mario Peng
d0eb0efba9
enh:stmt set tbname support all characters (#32703) 2025-08-22 13:53:19 +08:00
Mario Peng
01f32bf86d
enh(stmt): set tbname support all characters (#32685) 2025-08-22 13:36:53 +08:00
Mario Peng
05a2c78a0d
fix: dbeaver delete sql core in stmt get_fileds (#32680) 2025-08-22 13:08:12 +08:00
Jing Sima
074fd94c9f
feat[TD-37210]: trigger scan plan optimize (#32633) 2025-08-21 15:46:57 +08:00
Simon Guan
77c74ee8c0
Merge pull request #32610 from taosdata/merge/3.3.6tomain
merge: from 3.3.6 to main branch
2025-08-19 10:05:59 +08:00
Jing Sima
7280d7c61c
feat: [TD-37437]: incorrect database targeting when creating streams containing virtual table queries (#32595)
Co-authored-by: Simon Guan <guanshengliang@qq.com>
2025-08-18 15:51:28 +08:00
Simon Guan
510f126752 Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-18 13:45:23 +08:00
Jinqing Kuang
d735c7dced
fix(query): fix order by column check of union operator (#32586) 2025-08-18 12:03:49 +08:00
Mario Peng
b8163b57ee
fix(stmt2): TD-36768 (#32578) 2025-08-18 10:57:03 +08:00
Jinqing Kuang
9b69a5e412
fix(query): fix order by column check of union operator (#32524) 2025-08-14 21:04:38 +08:00
Tony Zhang
0f9751e4ce
fix: stmt tz error (#32503)
* fix stmt tz error

* fix operator right value null error

---------

Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-08-14 21:00:06 +08:00
Simon Guan
34cb3e07ca Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-07 12:01:55 +08:00
hongzhenliu
5da5c29669
fix(client) select json on tags with escape (#32448) 2025-08-06 16:43:43 +08:00
Mario Peng
769b7ad805
feat(stmt):support update sql add more cases (#32469) 2025-08-06 15:53:54 +08:00
Jing Sima
c7f28066bb
fix: [TD-37190]: disable ignore_nodata_trigger when window type is not interval/sliding or period. (#32405) 2025-08-06 09:23:29 +08:00
Simon Guan
fe1658b79c
merge: from 3.3.6 to main branch (#32389)
* enh: grant support for data source ORC (#32378)

* fix: wrong col_id in ins_columns (#32358)

* test: remove un checked case (#32388)

* fix(parser): subquery use last_row can't found the colname (#32353)

* add col_id info in ins_columns

* fix: test case

---------

Co-authored-by: Kaili Xu <klxu@taosdata.com>
Co-authored-by: Tony Zhang <34825804+Tony2h@users.noreply.github.com>
Co-authored-by: hongzhenliu <wluckyjob@gmail.com>
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-08-01 10:04:15 +08:00
Jing Sima
e669dc2be0
test: [TS-6100] Reopen stream ut (#32396) 2025-07-31 11:30:50 +08:00
Mario Peng
c8081254dd
feat(stmt):add update syntax support for stmt1 (#32367) 2025-07-31 09:21:19 +08:00
Jing Sima
82eb54b33b
test: [TS-6100] Reopen UTs (#32363) 2025-07-30 15:11:10 +08:00
hongzhenliu
e24405806d
fix(parser): subquery use last_row can't found the colname (#32353) 2025-07-30 14:38:22 +08:00
Jing Sima
a163744ab0 fix: [TD-37133] Forbid use %%trows multi times in union query. 2025-07-29 17:51:18 +08:00
Yihao Deng
7813dbbf58
fix invalid write (#32331) 2025-07-28 17:26:05 +08:00
Jing Sima
bf1cb38ae1 feat: [TS-6100] create stream parser refactor 2025-07-28 16:28:28 +08:00
Simon Guan
c705db069f Merge branch 'main' into merge/main_to_stream 2025-07-26 18:56:05 +08:00
Yihao Deng
b65c636f5c
refactor: bse (#32251) 2025-07-26 17:54:36 +08:00
Jing Sima
904ff3f7a2 feat: [TS-6100] Identify whether trigger has pre filter 2025-07-26 15:41:41 +08:00
Jing Sima
ccc1b30e14 feat: [TD-37043] Disable http in stream notify 2025-07-25 14:04:37 +08:00
Simon Guan
de279692a5
Merge pull request #32213 from taosdata/merge/test-simon-5
merge: from main to stream branch
2025-07-24 18:10:59 +08:00
Jing Sima
d52c63263d feat: [TD-36989] Disable tag and tbname in count window. 2025-07-24 17:58:30 +08:00