Releases: pacman82/odbc2parquet
Releases · pacman82/odbc2parquet
v7.0.1
v7.0.0
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
chore: bump version to 6.3.2
v6.3.1
fix panic inserting row groups with less than max rows
v6.3.0
bump version to 6.3.0
v6.1.1
bump version to 6.1.1
v6.1.0
bump version to 6.1.0
v6.0.7
bump version to 6.0.7
v6.0.6
bump version to 6.0.6
v6.0.5
bump version to 6.0.5