Skip to content

Commit 7d1d9b6

Browse files
committed
fix #662
1 parent 67ddf94 commit 7d1d9b6

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fixed a bug where the chart library would be loaded multiple times when the page contained multiple charts. This made the page load slower and could cause issues with the chart library.
66
- Fixed a bug where [timeline chart tooltips displayed the wrong labels](https://github.com/sqlpage/SQLPage/issues/659).
77
- Fixed an incorrect warning polluting logs when using sqlpage functions with json arguments in sqlite: `WARN sqlpage::webserver::database::execute_queries] The column _sqlpage_f0_a1 is missing from the result set, so it cannot be converted to JSON.`.
8+
- Fixed Microsoft SQL Server driver not being able to read VARCHAR columns from databases with non-european collations.
89

910
## 0.30.1 (2024-10-31)
1011
- fix a bug where table sorting would break if table search was not also enabled.

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.28", features = [
21+
sqlx = { package = "sqlx-oldapi", version = "0.6.29", features = [
2222
"any",
2323
"runtime-actix-rustls",
2424
"sqlite",

0 commit comments

Comments
 (0)