Skip to content

Releases: pacman82/odbc2parquet

v8.1.4

02 Nov 15:16

Choose a tag to compare

Other

  • Repalace Command::cargo_bin with cargo_bin_cmd!
  • replace lazy_static with Once
  • (deps) bump assert_cmd from 2.0.17 to 2.1.1
  • (deps) bump clap from 4.5.50 to 4.5.51
  • (deps) bump clap_complete from 4.5.59 to 4.5.60
  • Update to parquet 57

v8.1.3

23 Oct 16:54

Choose a tag to compare

Other

  • change test expectation to reflect formatting changes in parquet-read cli tool
  • (deps) bump clap from 4.5.47 to 4.5.48
  • (deps) bump odbc-api from 19.0.0 to 19.0.1
  • (deps) bump anyhow from 1.0.99 to 1.0.100
  • (deps) bump clap_complete from 4.5.57 to 4.5.58
  • (deps) bump bytesize from 2.0.1 to 2.1.0
  • update to newest version of chrono
  • (deps) bump tempfile from 3.21.0 to 3.22.0
  • (deps) bump odbc-api from 17.0.0 to 19.0.0
  • (deps) bump log from 0.4.27 to 0.4.28
  • (deps) bump clap from 4.5.46 to 4.5.47
  • (deps) bump clap from 4.5.45 to 4.5.46
  • (deps) bump parquet from 56.0.0 to 56.1.0
  • (deps) bump tempfile from 3.20.0 to 3.21.0

v8.1.2

20 Aug 12:34

Choose a tag to compare

Other

  • Update to parquet 56
  • Remove dev container
  • (deps) bump clap from 4.5.42 to 4.5.43
  • (deps) bump odbc-api from 14.2.0 to 14.2.1
  • (deps) bump clap from 4.5.41 to 4.5.42
  • (deps) bump odbc-api from 14.1.0 to 14.2.0

v8.1.1

20 Jul 15:40

Choose a tag to compare

Other

  • Statements are only prepared once for execute or insert subcommand.
  • Update some comments in code
  • (deps) bump clap from 4.5.40 to 4.5.41
  • (deps) bump clap_complete from 4.5.54 to 4.5.55
  • (deps) bump io-arg from 0.2.1 to 0.2.2
  • (deps) bump odbc-api from 14.0.0 to 14.0.2

v8.1.0

26 Jun 18:50

Choose a tag to compare

Added

  • The exec subcommand has been addded. It is a generalization of insert as it allows for passing the SQL statement on the command line. Named input placeholders are used to associate the statement parameters with columns in the input parquet file.

Other

  • (deps) bump odbc-api from 13.0.1 to 13.1.0

v8.0.1

24 Jun 11:24

Choose a tag to compare

Fixed

  • Maintain parts of the filestem separated by dot (.) in the presence of suffixes.

    There had been an issue writing into an output path which contained a dot (.) in the file stem, like e.g. my_db.my_table.parquet. In case file splitting was enabled the last part of the file stem had been replaced by the suffix with the file number. E.g. my_db_01.parquet. After this fix it would now be my_db.my_table_01.parquet.

Other

  • formatting
  • Add unfinished feature flag to exec subcommand in order to facilitate bugfix release
  • Introude array placeholder index
  • Test switched order of exec input arguments
  • Use TmpParquetFile in all insert tests.
  • More test use TmpParquetFile
  • Introduce TmpParquetFile test helper
  • deactivate module execute if unfinished flag is not set
  • Exec command
  • (exec) unmasking of arguments
  • Test for exec passes trivialy
  • Failing integration test for exec subcommand
  • introduce unfinished feature flag and start work on Exec command behind it
  • (deps) bump clap from 4.5.39 to 4.5.40
  • (deps) bump clap_complete from 4.5.52 to 4.5.54
  • (deps) bump clap_complete from 4.5.51 to 4.5.52
  • (deps) bump clap_complete from 4.5.50 to 4.5.51
  • (deps) bump clap from 4.5.38 to 4.5.39
  • (deps) bump odbc-api from 13.0.0 to 13.0.1
  • (deps) bump odbc-api from 12.2.0 to 13.0.0
  • update dependencies
  • (deps) bump clap_complete from 4.5.48 to 4.5.50
  • Use column attributes instead of description
  • (deps) bump clap_complete from 4.5.47 to 4.5.48
  • (deps) bump chrono from 0.4.40 to 0.4.41
  • (deps) bump odbc-api from 12.0.1 to 12.0.2
  • Add hint to install PostgreSQL ODBC drivers
  • Update to PostgreSQL 17
  • (deps) bump clap from 4.5.36 to 4.5.37

v8.0.0

17 Apr 07:14

Choose a tag to compare

Other

  • [breaking] Updated to newest parquet crate. As a consequece valid compression level ranges using --column-compression-level-default have changed.
  • (deps) bump assert_cmd from 2.0.16 to 2.0.17
  • (deps) bump clap from 4.5.35 to 4.5.36
  • (deps) bump anyhow from 1.0.97 to 1.0.98

v7.0.4

08 Apr 17:12

Choose a tag to compare

Other

  • update odbc-api
  • (deps) bump clap from 4.5.34 to 4.5.35
  • (deps) bump parquet from 54.3.0 to 54.3.1
  • (deps) bump clap from 4.5.32 to 4.5.34
  • (deps) bump log from 0.4.26 to 0.4.27
  • Document how to add shell completions to powershell
  • (deps) bump parquet from 54.2.0 to 54.3.0
  • (deps) bump tempfile from 3.19.0 to 3.19.1
  • (deps) bump clap_complete from 4.5.46 to 4.5.47
  • (deps) bump tempfile from 3.18.0 to 3.19.0
  • (deps) bump clap from 4.5.31 to 4.5.32
  • (deps) bump tempfile from 3.17.1 to 3.18.0
  • (deps) bump bytes from 1.10.0 to 1.10.1
  • (deps) bump anyhow from 1.0.96 to 1.0.97
  • (deps) bump bytesize from 2.0.0 to 2.0.1
  • (deps) bump chrono from 0.4.39 to 0.4.40
  • (deps) bump clap_complete from 4.5.45 to 4.5.46
  • (deps) bump clap from 4.5.30 to 4.5.31
  • (deps) bump bytesize from 1.3.2 to 2.0.0
  • (deps) bump log from 0.4.25 to 0.4.26
  • (deps) bump anyhow from 1.0.95 to 1.0.96

v7.0.3

19 Feb 22:08

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

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