Skip to content

Releases: pacman82/arrow-odbc

v14.1.0

01 Jan 18:57
Compare
Choose a tag to compare

Added

  • Support arrow 53

v14.0.1

09 Dec 16:13
Compare
Choose a tag to compare

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

25 Nov 18:55
Compare
Choose a tag to compare

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 the narrow feature. The default remains wide on windows and narrow on non-windows targets. This required updating using odbc-api 10.0.0. The only thing thing changing however from odbc-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

24 Nov 16:35
Compare
Choose a tag to compare

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

20 Nov 19:27
Compare
Choose a tag to compare

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