Skip to content

Commit fef7e1c

Browse files
committed
Add support for encrypted Microsoft SQL Server connections. This finally allows connecting to databases that refuse clear-text connections, such as those hosted on Azure.
1 parent fde8b2f commit fef7e1c

File tree

3 files changed

+33
-24
lines changed

3 files changed

+33
-24
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.30.0 (unreleased)
44

55
- **Fix**: the search feature in the shell component was not working when no menu item was defined.
6+
- Add support for encrypted Microsoft SQL Server connections. This finally allows connecting to databases that refuse clear-text connections, such as those hosted on Azure.
67

78
## 0.29.0 (2024-09-25)
89
- New columns component: `columns`. Useful to display a comparison between items, or large key figures to an user.

Cargo.lock

Lines changed: 31 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ panic = "abort"
1818
codegen-units = 2
1919

2020
[dependencies]
21-
sqlx = { package = "sqlx-oldapi", version = "0.6.27", features = [
21+
sqlx = { package = "sqlx-oldapi", version = "0.6.28", features = [
2222
"any",
2323
"runtime-actix-rustls",
2424
"sqlite",

0 commit comments

Comments
 (0)