Skip to content

Commit

Permalink
Attempt to fix: Fetch text with db2
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 7, 2022
1 parent d69b7bc commit 0c1e6ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Changelog.md
@@ -1,7 +1,8 @@
# Changelog

## next
## 0.50.3

* Fix: There has been an issue with fetching text values using `get_text` from a `db2` System. `db2` is not part of the test suite (yet?), so not entirely sure that it is truly gone yet, but chances are its fixed.
* Implement `ColumnarBuffer` for `Vec<T>`.

## 0.50.2
Expand Down
2 changes: 1 addition & 1 deletion odbc-api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "odbc-api"
version = "0.50.2"
version = "0.50.3"
authors = ["Markus Klein"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion odbcsv/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ readme = "Readme.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
odbc-api = { version = "0.50.2", path = "../odbc-api" }
odbc-api = { version = "0.50.3", path = "../odbc-api" }
csv = "1.1.6"
anyhow = "1.0.66"
stderrlog = "0.5.3"
Expand Down

0 comments on commit 0c1e6ce

Please sign in to comment.