Commit graph

3956 commits

Author SHA1 Message Date
Jing Sima
8f7d35802c
enh: [6718786025] Optimize error code and error msg. (#34362) 2026-01-22 08:28:17 +08:00
Simon Guan
1463ae045a fix: conflicts 2026-01-21 13:38:55 +08:00
Simon Guan
676ffd603e fix: conflicts 2026-01-21 13:37:00 +08:00
Mario Peng
104c51aec3
fix: stmt crash (#34338) 2026-01-21 09:32:21 +08:00
Simon Guan
87ad8af30a merge: from 3.3.6 to 3.3.8 2026-01-07 09:50:24 +08:00
Mario Peng
0e204863ef
bugfix: insert into stb subquery error (#34085) 2025-12-30 17:04:30 +08:00
Mario Peng
064a380942
fix:stream out table schema change problem (#34024) 2025-12-30 10:55:17 +08:00
Jinqing Kuang
7793f72f64
feat(stream): support sub event in event window trigger (#34050) 2025-12-30 09:15:22 +08:00
Mario Peng
a361814b10
fix: qCreateName length check (#34033) 2025-12-27 09:15:53 +08:00
Mario Peng
3c5bc3ceb3
fix: stmt2 tbname bind memory error (#34003) 2025-12-26 15:06:26 +08:00
Simon Guan
d9754c7472
merge: from 3.3.6 to main #33986 2025-12-19 13:53:57 +08:00
Mario Peng
17ae1e57a8
fix: retry with table meta change (#33977) 2025-12-19 10:51:38 +08:00
xinsheng Ren
1c36431227
fix(TS-7676): sub query with window main test (#33790) 2025-12-18 16:01:47 +08:00
Mario Peng
5a33de9318
fix: stmt2 ut core and error (#33949) 2025-12-17 14:13:07 +08:00
Simon Guan
4665d0c9bf fix: confilct while merge from 3.3.6 to main 2025-12-12 09:41:37 +08:00
Mario Peng
0883739e99
stmt2 bind tag add bool data type check (#33866) 2025-12-11 09:35:09 +08:00
Mario Peng
69aaad4482
fix: the issue that query processes get stuck when both dbname and tbname are set to ? in query statements executed via stmt2 #33859 2025-12-10 09:06:59 +08:00
Mario Peng
65156bc25c
fix: the issue that query processes get stuck when both dbname and tbname are set to ? in query statements executed via stmt2 (#33864)
* fix stmt2 query block

* fix review
2025-12-10 09:06:31 +08:00
Mario Peng
aed48a2f8d
enh: add stmt2 trace log to print bind datas (#33863) 2025-12-09 16:46:46 +08:00
Jinqing Kuang
0285691442
fix(stream): fix output table schema check (#33772) 2025-12-08 09:08:14 +08:00
Mario Peng
bffc07af13
enh: stmt2 support vtable query (#33825) 2025-12-05 18:52:23 +08:00
xinsheng Ren
160e2ac74b
fix: use userAlias in tmp table (#33778) 2025-12-05 17:01:32 +08:00
xinsheng Ren
358b97aaf1
test: selectValueAliasName (#33770) 2025-12-05 17:01:28 +08:00
Simon Guan
7779578c38 fix: confilcts 2025-12-03 19:14:22 +08:00
Tony Zhang
857dedf7c8
fix: order by abs(col) column not found if col not in table (#33722) 2025-12-01 18:56:01 +08:00
Simon Guan
2e90cf828c fix: conflicts while merge 3.3.6 to main 2025-12-01 09:24:45 +08:00
Jing Sima
ba8749513a
fix: [TD-38729] Forbid virtual table's timestamp precision different from origin table's timestamp precision. (#33757) 2025-12-01 09:18:20 +08:00
WANG MINGMING
3983a10bcc
fix(tmq): tmq_get_json_meta return null if alter stable in schemaless (#33754) 2025-11-30 09:35:39 +08:00
Simon Guan
44924a33b2 Merge branch '3.3.6' into merge/3.3.6tomain 2025-11-26 09:59:32 +08:00
Mario Peng
b03b35a67a
fix: column name too long cause coredump (#33686) 2025-11-25 11:26:18 +08:00
Tony Zhang
87ce47176e
fix: insert blob data error using auto create table sql (#33697)
Co-authored-by: Tony Zhang <tonyzhang@taosdata.com>
2025-11-25 09:57:19 +08:00
Kaili Xu
0a29d2ab22
enh(privilege): execute 'show cluster alive' irrespective of the sysinfo value (#33685) 2025-11-24 16:43:21 +08:00
Simon Guan
fec690899e
merge: from 3.3.6 to main branch #33572 2025-11-14 10:11:01 +08:00
Jing Sima
248b4b0163
fix:[TD-38557] Fix select count(1) from virtual super table. (#33567) 2025-11-13 16:15:12 +08:00
Jing Sima
1c97d2c2af
fix:[TD-38557] Fix select count(1) from virtual super table. (#33577) 2025-11-13 16:14:14 +08:00
xiao-77
cbf924f2fe fix: merge errors and failed ci cases. 2025-11-13 16:10:00 +08:00
xiao-77
9478d7b768 fix: merge error. 2025-11-13 11:16:28 +08:00
xiao-77
e004167333 Merge remote-tracking branch 'origin/3.3.6' into merge/3.3.6tomain 2025-11-13 11:07:32 +08:00
WANG MINGMING
1ced706b9d
enh(wal): [TS-7567]set wal keep version to avoid deleting (#33517) 2025-11-13 09:28:26 +08:00
Jing Sima
e6222c65d3
enh: Add timerange expr type check and Relax the criteria for determining external windows. (#33480)
* enh: Add timerange expr type check and Relax the criteria for determining external windows.

* enh: Do not extract const time range into timeRangeExpr but timeRange

* enh: Relax the criteria for determining external windows.

* enh: support multiple conditions in external window time range

---------

Co-authored-by: dapan1121 <wpan@taosdata.com>
2025-11-13 09:12:21 +08:00
WANG MINGMING
e49ea47b66
Merge branch 'main' into enh/addStreamLatency 2025-11-13 01:36:40 +08:00
Haojun Liao
ecb87ab23a
fix(query): Check the type of the subclause before treating it as a DELETE statement. (#33558) 2025-11-12 17:06:10 +08:00
Simon Guan
fc5afc924e Merge branch '3.3.6' into merge/3.3.6tomain 2025-11-11 10:45:06 +08:00
Zhixiao Bao
c8bfc1da05
fix: csv-parse-error (#33500) 2025-11-11 09:56:52 +08:00
Jing Sima
ede355c4a7 enh: Do not extract const time range into timeRangeExpr but timeRange 2025-11-06 09:32:40 +08:00
Jing Sima
62ff0ad905 enh: Add timerange expr type check and Relax the criteria for determining external windows. 2025-11-06 09:32:36 +08:00
dapan1121
e85b6f3ac1 Merge remote-tracking branch 'origin/main' into enh/addStreamLatency-marks 2025-10-29 11:16:35 +08:00
freemine
c6dbf6d2a3
fix: memory leakage (#33373) 2025-10-29 09:45:23 +08:00
xinsheng Ren
a05eaf3243
fix: memleak (#33280) 2025-10-17 09:49:52 +08:00
Jing Sima
c60f0dacae enh: add trigger table precision in create stream req. 2025-10-16 15:47:30 +08:00