From 95063e11074fb35cdedf256e7230b00a16a2c059 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 24 Mar 2022 10:30:42 +0800 Subject: [PATCH] [TD-14273]: export a few lacked interfaces for windows (#10952) for 2.4 Co-authored-by: pigwing --- src/client/src/taos.def | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/client/src/taos.def b/src/client/src/taos.def index bcb705434b..781d221723 100644 --- a/src/client/src/taos.def +++ b/src/client/src/taos.def @@ -53,3 +53,8 @@ taos_is_null taos_insert_lines taos_schemaless_insert taos_result_block +taos_print_row_ex +taos_stmt_affected_rows +taos_is_update_query +taos_reset_current_db +taos_parse_time -- GitLab