Skip to content

Releases: pacman82/arrow-odbc

v21.0.0

26 Oct 16:52

Choose a tag to compare

Added

  • [breaking] Fetch Db2 Blobs as binary data and not text

Other

  • introduce blob_on_db2 for local development

v20.1.1

25 Oct 12:37

Choose a tag to compare

Other

  • Support arrow 57

v20.1.0

21 Sep 22:52

Choose a tag to compare

Added

  • Then auto generating the insert statement into a table, column names which are already quoted, i.e. are enclosed in either rectangular brackets ([, ]), double quotes (") or backticks (`````) will not be quoted. This way if a column is named after a reserved keyword e.g. values or `from`, users could rename the column in the source to their quoted representation in order to avoid syntax errors in the statement.

Other

  • Explain reasoning behind is_already_quoted in comment.
  • Mention GitHub issue triggering the change to column name
  • Test for insterting into a table with a column using a reserved
  • Replace lazy_static with std::once_lock

v20.0.1

08 Sep 20:59

Choose a tag to compare

Other

  • Support odbc-api 20

v20.0.0

21 Aug 18:49

Choose a tag to compare

Added

  • [breaking] Support OdbcWriter taking ownership of Arc<Mutex>

v19.1.1

21 Aug 18:12

Choose a tag to compare

Other

  • (deps) update odbc-api requirement from >= 15, < 17 to >= 15, < 18

v19.1.0

17 Aug 08:30

Choose a tag to compare

Added

  • Support odbc-api 16

Fixed

  • missing other entry in Changelog
  • Missing changelog entry for 19.0.0

v19.0.0

14 Aug 20:44

Choose a tag to compare

Other

  • Move automerge logic into build.yml.
  • (deps) update arrow requirement from >= 29, < 56 to >= 29, < 57
  • Auto merge dependabot PRs

v18.1.2

05 Aug 19:16

Choose a tag to compare

Other

  • Move automerge logic into build.yml.
  • (deps) update arrow requirement from >= 29, < 56 to >= 29, < 57
  • Auto merge dependabot PRs

v18.1.1

28 Jun 11:04

Choose a tag to compare

Other

  • (deps) update odbc-api requirement from >= 12, < 14 to >= 12, < 15