Skip to content

Support Connect / Disconnect commands via msg#107

Open
Steve-Mcl wants to merge 5 commits into
nextfrom
connect-disconnect
Open

Support Connect / Disconnect commands via msg#107
Steve-Mcl wants to merge 5 commits into
nextfrom
connect-disconnect

Conversation

@Steve-Mcl

Copy link
Copy Markdown
Collaborator

Supports user "connect" and "disconnect" via msg - to permit runtime recovery in the event of error.

This is ground work for supporting runtime settable connection parameters at a later time.

Features:

  • accepts topic : "command" + payload: "connect" or payload: "disconnect"
  • updates all nodes status via a local event bus
  • ensures pool is destroyed
  • Updated en-US and zh-TW node built in help

Unit tests expanded - now has:

    ✔ should be loaded (876ms)
    ✔ should connect to database when topic and payload are set (49ms)
    ✔ should disconnect from database when topic and payload are set (1528ms)
    ✔ should perform a simple query (44ms)
    ✔ should return data to specified property
    ✔ should perform a simple using ui configured query with mustache (52ms)
    ✔ should can create table and insert/select data

Comment thread src/locales/zh-TW/mssql.html
@Steve-Mcl Steve-Mcl requested a review from bestlong September 1, 2024 21:57
Co-authored-by: Shao Yu-Lung (Allen) <bestlong168@gmail.com>
@bestlong bestlong marked this pull request as ready for review May 13, 2026 01:16
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