homework-jianmu/docs/en/14-reference/03-taos-sql
Mario Peng c625106609
fix(stmt2):stmt2 get fields return wrong when tag is value (#30283)
* ci: add 3.3.6 branch

* fix: delete taos-tools repo in Jenkinsfile2

* ci:add 3.3.6 branch to taosd-ci.yml

* fix: [TD-34074] compile error (#30220)

* fix: add case

* fix: stmt2 get fields return wrong when tag is value

* enh: replace preCtb bool to flag,handle more situation

* fix: some unit test error

* diff: add case and fix some problem

* fix: remove async test, handle in TD-34077

* fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases.

fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases.

* fix(sml): process space in the end if writing raw data in sml & change some log level  #30306

 fix(sml): process space in the end if writing raw data in sml & change some log level

* fix: taosadapter version 3.3.6 (#30324)

* docs(stream): document streaming computation support for virtual tables in user manual (#30319)

* docs(stream): document streaming computation support for virtual tables in user manual

- Added section to user manual describing streaming computation support for virtual tables
- Listed known limitations and behavior when using virtual tables in streaming mode

* Update 14-stream.md

---------

Co-authored-by: Pan Wei <72057773+dapan1121@users.noreply.github.com>

* fix: review

* ci: add tdgpt .c file into TDengine and TDgpt workflow

* ci: add tdgpt .c file into TDengine and TDgpt workflow

---------

Signed-off-by: WANG Xu <feici02@outlook.com>
Co-authored-by: WANG Xu <feici02@outlook.com>
Co-authored-by: haoranchen <haoran920c@163.com>
Co-authored-by: Simon Guan <slguan@taosdata.com>
Co-authored-by: Feng Chao <flyingangel_2008@163.com>
Co-authored-by: facetosea <285808407@qq.com>
Co-authored-by: Jing Sima <simondominic9997@outlook.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
Co-authored-by: dapan1121 <wpan@taosdata.com>
Co-authored-by: Pan Wei <72057773+dapan1121@users.noreply.github.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: huohong <346479823@qq.com>
Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: freemine <freemine@yeah.net>
Co-authored-by: Yihao Deng <luomoxyz@126.com>
Co-authored-by: 54liuyao <54liuyao@163.com>
Co-authored-by: Bomin Zhang <localvar@hotmail.com>
Co-authored-by: 蟑螂·魂 <cockroach888@outlook.com>
Co-authored-by: wangjiaming <wangjiaming0909@sina.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: dongming chen <cademfly@hotmail.com>
Co-authored-by: Zhiyu Yang <69311263+zyyang90@users.noreply.github.com>
Co-authored-by: Nie Minhui <143420805+minhuinie@users.noreply.github.com>
Co-authored-by: Zhixiao Bao <62235797+xiao-77@users.noreply.github.com>
Co-authored-by: Kaili Xu <klxu@taosdata.com>
Co-authored-by: Linhe Huo <linhehuo@gmail.com>
Co-authored-by: tjuzyp <ypzhang@taosdata.com>
Co-authored-by: yanyuxing <yuxing.bitcapybara@gmail.com>
Co-authored-by: WANG MINGMING <wangmm0220@gmail.com>
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
Co-authored-by: facetosea <25808407@qq.com>
Co-authored-by: Minglei Jin <49711132+stephenkgu@users.noreply.github.com>
Co-authored-by: She Yanjie <57549981+sheyanjie-qq@users.noreply.github.com>
Co-authored-by: jiajingbin <39030567+jiajingbin@users.noreply.github.com>
Co-authored-by: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com>
Co-authored-by: kevin men <men_shi_bin@163.com>
Co-authored-by: Hongze Cheng <hzcheng@taosdata.com>
Co-authored-by: Yaming Pei <sanwenyuv@sina.com>
Co-authored-by: Xuefeng Tan <1172915550@qq.com>
2025-03-22 21:14:08 +08:00
..
assets improve tsma doc 2025-01-03 13:33:37 +08:00
01-data-type.md doc(decimal): decimal docs (#30295) 2025-03-20 19:05:15 +08:00
02-database.md doc: update stt_trigger 2025-01-16 17:13:49 +08:00
03-table.md doc: minor changes 2024-12-10 09:25:10 +08:00
04-stable.md feat(keep): support keep on super table level. (#30097) 2025-03-14 16:10:13 +08:00
05-insert.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
06-select.md Merge branch 'main' into merge/mainto3.0 2025-03-14 11:49:02 +08:00
07-tag-index.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
08-delete-data.md docs: unify file extensions 2024-12-10 18:05:29 +08:00
10-function.md doc(decimal): decimal docs (#30295) 2025-03-20 19:05:15 +08:00
12-distinguished.md doc(decimal): decimal docs (#30295) 2025-03-20 19:05:15 +08:00
13-tmq.md feat[TS-6115]: support deletion of topics with active consumers. (#30232) 2025-03-18 14:11:00 +08:00
14-stream.md fix(stmt2):stmt2 get fields return wrong when tag is value (#30283) 2025-03-22 21:14:08 +08:00
16-operators.md enh: regexp 2025-02-06 15:14:38 +08:00
17-json.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
18-escape.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
19-limit.md feat/TS-5927-long-password-docs 2025-02-18 04:01:38 +00:00
20-keywords.md docs: update keywords (#30234) 2025-03-18 13:49:23 +08:00
21-node.md docs: use absolute links in sql for cloud 2025-01-08 14:37:24 +08:00
22-meta.md Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4994-3.0 2024-12-13 13:54:45 +08:00
23-perf.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
24-show.md feat: doc desc 2025-03-06 16:04:38 +08:00
25-user.md Merge branch 'main' into merge/mainto3.0 2024-12-11 05:42:38 +00:00
26-grant.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
27-udf.md docs: use absolute links in sql for cloud 2025-01-08 14:37:24 +08:00
28-tsma.md improve tsma doc 2025-01-03 13:33:37 +08:00
29-recovery.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
30-changes.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
31-join.md enh: add more cases for constant join (#30225) 2025-03-19 16:50:44 +08:00
32-compress.md doc(decimal): decimal docs (#30295) 2025-03-20 19:05:15 +08:00
33-view.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00
index.md docs: second round of restructuring updates 2024-12-02 17:01:27 +08:00