Skip to content

Commit faa87ed

Browse files
committed
sqlx 50
1 parent 6bac537 commit faa87ed

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- In the table component, allow simple objects in custom_actions instead of requiring arrays of objects.
1111
- Fatser icon loading. Previously, even a page containing a single icon required downloading and parsing a ~2MB file. This resulted in a delay where pages initially appeared with a blank space before icons appeared. Icons are now inlined inside pages and appear instantaneously.
1212
- Updated tabler icons to 3.35
13+
- Fix inaccurate ODBC warnings
14+
- Added support for Microsoft SQL Server named instances: `mssql://user:pass@localhost/db?instance_name=xxx`
1315
- Added a detailed [performance guide](https://sql-page.com/blog?post=Performance+Guide) to the docs.
1416

1517
## v0.39.0 (2025-10-28)

Cargo.lock

Lines changed: 8 additions & 8 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.49", default-features = false, features = [
21+
sqlx = { package = "sqlx-oldapi", version = "0.6.50", default-features = false, features = [
2222
"any",
2323
"runtime-tokio-rustls",
2424
"migrate",

0 commit comments

Comments
 (0)