Skip to content

Releases: pacman82/odbc-api

odbc-api-v14.0.0

26 Jun 15:58

Choose a tag to compare

Added

  • Support for saving memory through binding one input parameter two multiple placeholders, in cases there these placeholders are supposed to be replaced withe the same values. In order to achieve this the methods Prepared::into_columnar_inserter_with_mapping and Prepared::column_inserter_with_mapping hane been added.

Other

  • [breaking] Prepared::unchecked_bind_columnar_array_parameters now takes an explicit mapping
  • [breaking] ColumnarBulkInserter::new now takes an explicit mapping

odbc-api-derive-v12.0.0

26 Jun 15:57

Choose a tag to compare

chore: Adapt changelog

odbc-api-v13.1.0

25 Jun 16:37

Choose a tag to compare

Added

  • Add NullableSlice::get to access n-th element without iterating

Other

  • Mention that get can panic for TextColumnView::get
  • (deps) bump env_logger from 0.11.6 to 0.11.8
  • Explain why Connection is not Sync
  • (deps) bump tokio from 1.45.0 to 1.45.1
  • bulk fetch dates
  • use non-deprecated black box from standard library
  • (deps) bump syn from 2.0.103 to 2.0.104
  • (deps) bump syn from 2.0.102 to 2.0.103
  • (deps) bump syn from 2.0.101 to 2.0.102
  • unit test expansion of derive Fetch macro

odbc-api-derive-v11.0.3

25 Jun 16:36

Choose a tag to compare

chore: release

odbc-api-v13.0.1

21 May 21:30

Choose a tag to compare

Other

  • document how to fetch nullable values with get_data
  • (deps) bump winit from 0.30.10 to 0.30.11
  • (deps) bump tempfile from 3.19.1 to 3.20.0
  • (deps) bump criterion from 0.5.1 to 0.6.0

odbc-api-v13.0.0

18 May 19:43

Choose a tag to compare

Added

  • [breaking] Move prompting for connection string to "prompt" feature (#720)

Other

  • Explaining the prompt feature.
  • learning test for concise type reported for time
  • (deps) bump tokio from 1.44.2 to 1.45.0
  • Add 2Byte Character in UTF16 to umlaut test
  • umlaut in column name
  • fix test Column Description for date
  • Column Description for date

odbc-api-v12.2.0

01 May 13:15

Choose a tag to compare

Added

  • Adds Nullability::could_be_nullable

odbc-api-derive-v11.0.2

01 May 12:43

Choose a tag to compare

chore: release

odbc-api-v12.0.2

27 Apr 13:41

Choose a tag to compare

Fixed

  • DataType::utf8_len and DataType::utf16_len now also account for special characters if DataType is LongVarchar or WLongVarchar
  • SqlDataType::EXT_W_LONG_VARCHAR is now mapped to DataType::WLongVarchar rather than DataType::Other.

Together these fixes should enable downstream crates like arrow-odbc to allocate large enough buffers for fetching strings with special characters even large relational types like VACHAR(1000) are used with PostgreSQL.

Other

  • Fix test assertions for non-windows platforms
  • Import transmute from mem rather than intrinsic namespace
  • (deps) bump anyhow from 1.0.97 to 1.0.98
  • Added MacPorts

odbc-api-derive-v11.0.1

27 Apr 13:41

Choose a tag to compare

chore: Update CHANGELOG.md