Releases: pacman82/arrow-odbc
Releases · pacman82/arrow-odbc
v14.1.0
v14.0.1
Fixed
- Inserting multiple small batches now works, even if the second batch triggers rebinding the buffer due to element size. Previously in this scenario not all values already inserted were correctly copied into the new buffer. This caused strings to be replaced with
null
bytes.
v14.0.0
Added
-
You can now compile with using the wide (i.e. UTF-16) character set versions of ODBC functions calls on non-windows platforms by specifying the
wide
feature. Similarly you can now complie using the narrow character set on windows platforms by specifying thenarrow
feature. The default remainswide
on windows andnarrow
on non-windows targets. This required updating usingodbc-api 10.0.0
. The only thing thing changing however fromodbc-api
9 to 10 are the default compilation of feature flags, so your code should just continue working. -
[breaking] Update odbc-api
>= 9, < 10
->>= 10, < 11
v13.0.2
Fixed
- Overflow in epoch to timestamp is fixed. It is now possible to insert 1600-06-18 23:12:44.123 into a database with ms precision
v13.0.1
Fixed
- Timestamps with fractional seconds now work even if they are older than unix epoch.
Other
- setup release-plz
- use uppercase for changelog
- Update thiserror requirement from 1.0.65 to 2.0.0