From 2bb6383c717e78c3508ff8a29000bacf5126f267 Mon Sep 17 00:00:00 2001 From: pigwing Date: Tue, 22 Mar 2022 15:27:21 +0800 Subject: [PATCH] Add the missing function name (#10896) --- src/client/src/taos.def | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/client/src/taos.def b/src/client/src/taos.def index 77eb914465..b3f232bb7b 100644 --- a/src/client/src/taos.def +++ b/src/client/src/taos.def @@ -53,4 +53,8 @@ taos_is_null taos_insert_lines taos_schemaless_insert taos_result_block -taos_print_row_ex \ No newline at end of file +taos_print_row_ex +taos_stmt_affected_rows +taos_is_update_query +taos_reset_current_db +taos_parse_time \ No newline at end of file -- GitLab