Skip to content

Commit 1b40457

Browse files
committed
Update CHANGELOG and README
1 parent 9b2d82f commit 1b40457

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Change Log
2+
3+
## [0.2.0] 05-Feb-2025
4+
- Enhancements
5+
- Support use of Server Manager connection definitions (#60)

Diff for: README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ Try out the [SQL QuickStart](https://gettingstarted.intersystems.com/language-qu
3030
- If you have no previous database connections, you will see an "Add new connection" button. Click that.
3131
![Add connection button](https://raw.githubusercontent.com/intersystems-community/sqltools-intersystems-driver/master/docs/assets/img/addconnection.png)
3232
- If you already have other connections defined, you won't see the button. Instead, open the command palette (Ctrl/Cmd+Shift+P) and run "SQLTools Management: Add New Connection" ![Add connection from command palette](https://raw.githubusercontent.com/intersystems-community/sqltools-intersystems-driver/master/docs/assets/img/command_palette_add_new.png)
33-
- Click InterSystems IRIS
34-
- Fill out connection information
35-
- Test the connection
36-
- Save the connection
33+
- Click InterSystems IRIS.
34+
- Fill out connection information:
35+
- Namespace to work in.
36+
- Connect using: "Server Definition" or "Server and Port"
37+
- For "Server Definition", provide in "Server name" the name of a server configured using the InterSystems Server Manager extension. These server specs are stored in the `intersystems.servers` settings object.
38+
- For "Server and Port", provide (as applicable) "Webserver address", "Webserver port", "Path prefix (for shared webserver)", "Use HTTPS", "Username", "Ask for password?" and "Password".
39+
- Test the connection.
40+
- Save the connection.
3741

3842
## Use
3943

0 commit comments

Comments
 (0)