arrow-odbc icon indicating copy to clipboard operation
arrow-odbc copied to clipboard

Fill Apache Arrow record batches from an ODBC data source in Rust.

Results 5 arrow-odbc issues
Sort by recently updated
recently updated
newest added

I think we can make a (small?) optimization for parsing decimals with scale=0. Snowflake will send any integers as Decimal(38, 0) by default. At the very least I guess we...

Hi, I'm running into an error when processing the below datetime value from MSSQL: `year = 9999 month = 12 day = 31 hour = 23 minute = 59 second...

## 🗣 Description Trims whitespace from the end of `CHAR` datatypes when converting records to `RecordBatch` This follows existing behavior from PostgreSQL: [`Trailing spaces are removed when converting a character...

Most of the changes here involve copying sync code and tweaking it to accommodate the async metadata APIs. Builds on https://github.com/pacman82/odbc-api/pull/577 For more context, see https://github.com/pacman82/odbc-api/issues/578