Commit Graph

18 Commits

Author SHA1 Message Date
Mario Peng f5a339f03e
enh(stmt2): [TD-33660] interlace mode support auto create table (#30084)
* enh: remove interlace autocreate tb limit

* enh: autocreate tb with single ctb

* enh: multi-insert in one ctb

* enh: Function realization

* fix: some unit test error

fix: stmt1 unit test

* fix: review and autoCreateTb & interlace support insert into stb syntax

* fix: insert into tags fixed value auto create table

* fix: remove a wrong test

* fix: adapter segment fault

* fix: adaptor core

* fix: get fields make interlace error

* fix: adapter core problem 2

* fix: multi bind exec invalid message problem
2025-03-14 14:13:26 +08:00
Simon Guan d7207861bb Merge remote-tracking branch 'origin/3.0' into fix/internal 2025-03-03 10:43:07 +08:00
Simon Guan 76ad364b93 enh: adjust some logs 2025-02-27 09:55:11 +08:00
pengrongkun94@qq.com 10f3a388f2 add row format bind control argument 2025-02-26 20:04:33 +08:00
pengrongkun94@qq.com aef5611d1b switch create thread to taosc task queue 2025-02-18 18:10:26 +08:00
pengrongkun94@qq.com b55980d71d fix some thread sync problem 2025-02-13 10:16:09 +08:00
pengrongkun94@qq.com 7025be999b bind async 2025-02-10 18:32:34 +08:00
pengrongkun94@qq.com 0d1a99d7d0 remove some unused code 2024-12-26 16:53:30 +08:00
Pengrongkun 7037caa7cb Merge remote-tracking branch 'origin/3.0' into HEAD 2024-12-16 16:14:53 +08:00
Pengrongkun 997af901f9 fix review 2024-12-14 11:34:49 +08:00
Pengrongkun f6b9bc44c7 refactor stmt2_get_fields 2024-12-13 15:28:13 +08:00
Pengrongkun b011ef49e0 TD-32120:add api taos_stmt2_get_all_fields
fix some format

convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API

rename taos_stmt2_get_stb_fields

refact parse for ctbname parameterized

refactor some code, fix some core problem.
2024-11-04 16:59:13 +08:00
Hongze Cheng e260eb7a07
Revert "enh(stmt2):add api taos_stmt2_get_all_fields" 2024-10-31 13:35:42 +08:00
Pengrongkun 3895a7707a convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API 2024-10-30 18:12:08 +08:00
Minglei Jin e7cfe21e72 stmt2/async: new flag semWaited for the current batch 2024-09-12 15:17:09 +08:00
Minglei Jin 8cbcdec4bf stmt2/async: new sem for api syncing 2024-08-29 08:56:24 +08:00
Minglei Jin 4cab7ea4f7 stmt2/meta: tbname (multi-insert) parameterized or not 2024-08-26 16:45:18 +08:00
Minglei Jin 298c4b4812 feat(stmt2): initial commit for stmt2 2024-08-15 09:28:32 +08:00