odbc2parquet 0.1.4

Query an ODBC data source and store the result in a Parquet file.
# Changelog


## 0.1.4


* Default row group size is now `100000`.
* Adds support for Decimal tyes with precision 0..18 and scale = 0 (i.e. Everything that has a straitforward `i32` or `i64` representation).

## 0.1.3


* Fix: Fixed an issue there some column types were not bound to the cursor, which let to some column only containg `NULL` or `0`.

## 0.1.2


* Retrieve column names more reliably with a greater range of drivers.

## 0.1.1


* Log batch number and numbers of rows at info level.
* Log bound and detected ODBC type.
* Auto generate names for unnamed columns.

## 0.1.0


Initial release