Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

td-32380 enh: taos_stmt2_get_fields add count returned value #265

Merged
merged 6 commits into from
Sep 30, 2024

Conversation

YamingPei
Copy link

The taos_stmt2_get_fields interface of the python connector stmt2 allows count information to be returned separately. When taos_stmt2_get_fields is passed to TAOS_FIELD_TBNAME and TAOS_FIELD_QUERY, The current implementation plan on the engine side is to optimize the implementation of taos_stmt2_get_fields without filling the fields structure. Therefore, count information needs to be returned in independent variable mode

@DuanKuanJun DuanKuanJun merged commit b4ee650 into 3.0 Sep 30, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants