Skip to content

Commit

Permalink
update odbc-api
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jan 27, 2024
1 parent 573c672 commit 8219bf8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "arrow_odbc"
crate-type = ["cdylib"]

[dependencies]
arrow-odbc = "6.1.0"
arrow-odbc = "7.0.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "50.0.0", default-features = false, features = ["ffi"] }
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.5

- - Updated Rust dependencies. This includes an update to `odbc-api` which activates db2 specific workaround for any platform

## 2.1.4

- Updated Rust dependencies. This includes an update to `arrow-odbc` (the Rust crate) which features a more robust parsing of decimals. Decimals now work even if they do not have all trailing zeroes in their text representation.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Markus Klein"

# The full version, including alpha/beta/rc tags
release = "2.1.4"
release = "2.1.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "arrow-odbc"
authors = [{name = "Markus Klein"}]
description="Read the data of an ODBC data source as sequence of Apache Arrow record batches."
readme = "README.md"
version = "2.1.4"
version = "2.1.5"
dependencies = ["cffi", "pyarrow >= 8.0.0"]

[project.license]
Expand Down

0 comments on commit 8219bf8

Please sign in to comment.