chore: update change & bump version

This commit is contained in:
firest 2024-02-01 23:18:20 +08:00
parent dfad020c49
commit 2241461acb
4 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_bridge_tdengine, [ {application, emqx_bridge_tdengine, [
{description, "EMQX Enterprise TDEngine Bridge"}, {description, "EMQX Enterprise TDEngine Bridge"},
{vsn, "0.1.6"}, {vsn, "0.1.7"},
{registered, []}, {registered, []},
{applications, [ {applications, [
kernel, kernel,

View File

@ -281,8 +281,8 @@ connect_direct_tdengine(Config) ->
% These funs connect and then stop the tdengine connection % These funs connect and then stop the tdengine connection
connect_and_create_table(Config) -> connect_and_create_table(Config) ->
?WITH_CON(begin ?WITH_CON(begin
{ok, _} = directly_query(Con, ?SQL_DROP_TABLE), _ = directly_query(Con, ?SQL_DROP_TABLE),
{ok, _} = directly_query(Con, ?SQL_DROP_STABLE), _ = directly_query(Con, ?SQL_DROP_STABLE),
{ok, _} = directly_query(Con, ?SQL_CREATE_DATABASE, []), {ok, _} = directly_query(Con, ?SQL_CREATE_DATABASE, []),
{ok, _} = directly_query(Con, ?SQL_CREATE_TABLE), {ok, _} = directly_query(Con, ?SQL_CREATE_TABLE),
{ok, _} = directly_query(Con, ?SQL_CREATE_STABLE) {ok, _} = directly_query(Con, ?SQL_CREATE_STABLE)

View File

@ -0,0 +1 @@
The bridges for TDengine have been split so it is available via the connectors and actions APIs. They are still backwards compatible with the old bridge API.

View File

@ -41,7 +41,7 @@ sql_template.label:
"""SQL Template""" """SQL Template"""
action_parameters.desc: action_parameters.desc:
"""Tdengine action parameters""" """TDengine action parameters"""
action_parameters.label: action_parameters.label:
"""Parameters""" """Parameters"""