Skip to content

Commit

Permalink
Prepare Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhem committed May 11, 2024
1 parent 6209281 commit 8d97b07
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,38 @@

This is a fork of the [Microsoft SQL Server/Azure](https://github.com/mtxr/vscode-sqltools/tree/dev/packages/driver.mssql) Official driver with Windows Authentication support.

*This includes both the tedious driver (part of the Official driver) and the msnodesqlv8 driver, the latter of which introduces **Windows Authentication** support.*

## How to activate?
1. Install [Node.js v20](https://nodejs.org/en)
2. Set `sqltools.useNodeRuntime` to `true` in settings.

### :warning: Module did not self-register error when connecting :warning: :
- This happens when you are using a Node version different from step 1.
- Close VSCode
- (IMPORTANT!) Close VSCode
- Go to your extension directory
- Windows: `%USERPROFILE%\.vscode\extensions\fzhem.sqltools-driver-mssql-commver-0.5.4`
- Linux: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.4`
- Mac OS: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.4`
- Run `npm install msnodesqlv8` in your terminal.
- Windows: `%USERPROFILE%\.vscode\extensions\fzhem.sqltools-driver-mssql-commver-0.5.5`
- Linux: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.5`
- Mac OS: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.5`
- Run `npm install [email protected]` in your terminal.
- Alternatively you can run `npm rebuild` but that may require additional libraries.

## Screenshots
Side Panel with additional items

![Side Panel](https://raw.githubusercontent.com/fzhem/sqltools-mssql-driver-commver/dev/screenshots/sidepanel.png)

MS Node SQL v8 settings page

![MS Node SQL v8 settings page](https://raw.githubusercontent.com/fzhem/sqltools-mssql-driver-commver/dev/screenshots/msnodesqlv8_settings.png)


## Changelog

### 0.5.5
- Add Security, Functions, Stored procedures, and Linked Servers to side panel
- Use msnodesqlv8 directly effectively fixing [#1](https://github.com/fzhem/sqltools-mssql-driver-commver/issues/1)

### 0.5.4
- Update activation instructions and add `Module did not self-register error solution`.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools-driver-mssql-commver",
"displayName": "SQLTools Microsoft SQL Server/Azure+",
"description": "SQLTools Microsoft SQL Server/Azure+",
"version": "0.5.4",
"version": "0.5.5",
"engines": {
"vscode": "^1.72.0"
},
Expand Down

0 comments on commit 8d97b07

Please sign in to comment.