Commit graph

110 commits

Author SHA1 Message Date
Mario Peng
3c5bc3ceb3
fix: stmt2 tbname bind memory error (#34003) 2025-12-26 15:06:26 +08:00
pengrongkun94@qq.com
abd9b7c7d2 fix test build 2025-12-12 10:39:59 +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
Simon Guan
42f527f4cb merge: from 3.3.6 to main 2025-12-10 09:08:55 +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
Mario Peng
bffc07af13
enh: stmt2 support vtable query (#33825) 2025-12-05 18:52:23 +08:00
Mario Peng
3e448d5774 fix:stmt2 async callback core (#33771) 2025-12-04 09:58:54 +08:00
Mario Peng
6c9f27877e
fix:stmt2 async callback core (#33771) 2025-12-03 14:30:06 +08:00
Simon Guan
fc5afc924e Merge branch '3.3.6' into merge/3.3.6tomain 2025-11-11 10:45:06 +08:00
Mario Peng
344099c100
fix stmt2 UT (#33505) 2025-11-10 13:39:57 +08:00
Mario Peng
cb61b946e8
fix: stmt bind core when ts is fixed value (#33326) 2025-10-22 16:10:22 +08:00
Mario Peng
d98eebd715
fix stmt core (#33196) 2025-10-10 14:09:29 +08:00
Simon Guan
8017d3bea1 Merge branch 'main' into merge/mainto3.0 2025-09-19 09:17:26 +08:00
pengrongkun94@qq.com
20fcd656c7 Merge remote-tracking branch 'origin/3.3.6' into HEAD 2025-09-18 18:45:33 +08:00
Mario Peng
918b10495d
enh(stmt):insert ctb in other stb return error (#32996) 2025-09-18 14:35:20 +08:00
Simon Guan
25d449cdbd Merge branch 'main' into merge/mainto3.0 2025-09-16 09:32:48 +08:00
Mario Peng
06e8705491
fix: add empty nchar input (#32986) 2025-09-16 08:56:00 +08:00
Mario Peng
f178c4d1ba
fix: add check stmt in translation (#32978) 2025-09-15 15:25:35 +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
fa0d60ad2a Merge branch 'main' into merge/mainto3.0 2025-09-10 08:37:22 +08:00
Mario Peng
bb869b9d48
enh(stmt2):fix some stmt2 query proble (#32913) 2025-09-09 17:28:07 +08:00
wangmm0220
256116de59 fix(stream): conflicts from main 2025-09-04 20:02:22 +08:00
Mario Peng
3be1ad01b1
enh(stmt2): checkout tables exist when insert into stb without tag (#32804) 2025-09-01 15:21:12 +08:00
Simon Guan
a32607ba3d Merge branch 'main' into merge/mainto3.0 2025-08-22 17:51:28 +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
Mario Peng
231e6ea8c9
fix: stmt errors (#32632) 2025-08-19 16:36:42 +08:00
Simon Guan
272ab7091d Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-19 10:17:39 +08:00
Mario Peng
65f0542f3d
​​fix:​​ stmt2 async query crashes on repeated binds (#32607) 2025-08-19 10:13:08 +08:00
Mario Peng
543b8e6487
fix: stmt2Test (#32612) 2025-08-18 17:06:36 +08:00
Simon Guan
510f126752 Merge branch '3.3.6' into merge/3.3.6tomain 2025-08-18 13:45:23 +08:00
Mario Peng
b8163b57ee
fix(stmt2): TD-36768 (#32578) 2025-08-18 10:57:03 +08:00
Hongze Cheng
5252d62903
Merge pull request #32574 from taosdata/fix/3.3.6/TS-7047
fix(stmt): disable stmt retries
2025-08-15 10:40:57 +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
pengrongkun94@qq.com
a6fa22e197 fix CI 2025-08-14 14:37:07 +08:00
pengrongkun94@qq.com
b189b02d83 fix TS-7047 2025-08-14 09:01:48 +08:00
Mario Peng
523ca009af
fix(stmt): disable exec error retries (#32567) 2025-08-13 22:11:43 +08:00
Mario Peng
d835fc5db0
fix(stmt2):tbname error output (#31997) 2025-07-18 16:26:53 +08:00
Yihao Deng
bcabf3536a
feat: support BLOB data type (#31704) 2025-07-17 14:17:47 +08:00
Mario Peng
c2a540f915
feat(stmt2):binding columns with fixed values (#31751) 2025-07-14 10:35:04 +08:00
Mario Peng
503f1128cc
fix stmt2 alter table schema bind (#31694) 2025-07-08 13:47:16 +08:00
Mario Peng
0ca816aec3
feat:stmt2 interlace mode merge same table data (#31566) 2025-07-01 11:24:07 +08:00
Mario Peng
d3f916238f
fix(stmt2):get fields select query memleak (#31343) 2025-06-12 11:19:33 +08:00