Skip to content

Releases: pacman82/odbc2parquet

v7.0.3

19 Feb 22:08
Compare
Choose a tag to compare

Fixed

  • decimals will now have correct value, even if the datasource omits trailing zeroes in their string representation

Other

  • Replace asterisk (*) with dash (-) for lists in changelog
  • (deps) bump clap from 4.5.29 to 4.5.30
  • (deps) bump clap_complete from 4.5.44 to 4.5.45
  • (deps) bump tempfile from 3.16.0 to 3.17.1
  • (deps) bump parquet from 54.1.0 to 54.2.0

v7.0.2

16 Feb 17:55
Compare
Choose a tag to compare

Other

  • fix linux tests
  • Update to odbc-api 11
  • (deps) bump clap from 4.5.28 to 4.5.29
  • (deps) bump bytesize from 1.3.0 to 1.3.2
  • (deps) bump clap from 4.5.27 to 4.5.28
  • (deps) bump bytes from 1.9.0 to 1.10.0
  • (deps) bump parquet from 54.0.0 to 54.1.0
  • (deps) bump clap_complete from 4.5.43 to 4.5.44
  • (deps) bump tempfile from 3.15.0 to 3.16.0
  • (deps) bump clap_complete from 4.5.42 to 4.5.43

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