Skip to content

Releases: pacman82/odbc2parquet

v7.0.1

24 Jan 10:36
Compare
Choose a tag to compare

Fixed

  • If --output is ommited for completions subcommand, emit shell completions to stdout
  • Restore help text for --avoid-decimal option in query subcommand

v7.0.0

06 Jan 16:54
Compare
Choose a tag to compare

In the past users struggled to find the --column-length-limit options. Therefore the default behavior of odbc2parquet is now to set it by default to 4096. In order to prevent silent data loss due to truncation as a consequence of this change, reporting truncation errors is now always active. In addition to that the error message for the truncation errors have been improved, mentioning the affected column as well as hinting that increasing the --column-length-limit option might be a good idea.

Added

  • [breaking] column-length-limit now defaults to 4096
  • Report truncations for sequential fetches
  • Mention column name in truncation error.
  • Error message for truncation now hints at column-length-limit option.
  • [breaking] The --concurrent-fetching flag has been removed, since concurrent fetching is now the new default behavior. The --sequential-fetching flag has been introduced to opt into the old behaviour.

v6.3.2

02 Jan 20:06
Compare
Choose a tag to compare
chore: bump version to 6.3.2

v6.3.1

13 Nov 21:18
Compare
Choose a tag to compare
fix panic inserting row groups with less than max rows

v6.3.0

27 Oct 21:36
Compare
Choose a tag to compare
bump version to 6.3.0

v6.1.1

20 Sep 23:18
Compare
Choose a tag to compare
bump version to 6.1.1

v6.1.0

19 Sep 15:39
Compare
Choose a tag to compare
bump version to 6.1.0

v6.0.7

13 Sep 06:51
Compare
Choose a tag to compare
bump version to 6.0.7

v6.0.6

09 Sep 06:50
Compare
Choose a tag to compare
bump version to 6.0.6

v6.0.5

09 Sep 06:44
Compare
Choose a tag to compare
bump version to 6.0.5