Skip to content

Commit

Permalink
bump versiont to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Nov 22, 2023
1 parent 1802621 commit 846157b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odbc2parquet"
version = "3.1.1"
version = "3.1.2"
authors = ["Markus Klein"]
edition = "2021"
repository = "https://github.com/pacman82/odbc2parquet"
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

## 3.1.2

* Fix: If ODBC drivers report `-4` (`NO_TOTAL`) as display size, the size can now be controlled with `--column-length-limit`. The issue occurred for JSON columns with MySQL.

## 3.1.1

* Fix: Invalid UTF-16 encoding emitted from the data source will now cause an error instead of a panic.
Expand Down

0 comments on commit 846157b

Please sign in to comment.