Skip to content

Commit f05493b

Browse files
committed
better sql types decoding
1 parent 2182e48 commit f05493b

File tree

5 files changed

+160
-60
lines changed

5 files changed

+160
-60
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Add support for `description_md` in the columns component to display markdown text in an item's description.
1616
- Add support for simple text item in the columns component. This avoids having to deal with json functions to display a simple textual column item description.
1717
- Increase spacing between items in the columns component for improved readability.
18+
- Fixed invalid decoding of some less common data types in Microsoft SQL Server and MySQL.
1819

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

Cargo.lock

Lines changed: 26 additions & 26 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.34", features = [
21+
sqlx = { package = "sqlx-oldapi", version = "0.6.35", features = [
2222
"any",
2323
"runtime-actix-rustls",
2424
"sqlite",

0 commit comments

Comments
 (0)