Skip to content

Releases: pacman82/odbc-api

odbc-api-v12.0.1

10 Apr 21:59

Choose a tag to compare

Fixed

  • decimal_text_to_i*Bits* Avoid panics in cases the scale in the text representation exceeds the passed scale

Other

  • Test formatting
  • (deps) bump tokio from 1.44.1 to 1.44.2

odbc-api-v12.0.0

05 Apr 21:42

Choose a tag to compare

Added

  • Bulk inserting WChar now automatically uses 'DataType::WLongVarchar' for long strings
  • [breaking] Using strings longer than 4000 characters as parameters with MSSQL.

Fixed

  • build error for narrow feature

Other

  • (deps) bump log from 0.4.26 to 0.4.27
  • (deps) bump tempfile from 3.19.0 to 3.19.1
  • (deps) bump widestring from 1.1.0 to 1.2.0
  • (deps) bump tempfile from 3.18.0 to 3.19.0
  • (deps) bump tokio from 1.44.0 to 1.44.1
  • (deps) bump tokio from 1.43.0 to 1.44.0
  • (deps) bump thiserror from 2.0.11 to 2.0.12
  • (deps) bump tempfile from 3.17.1 to 3.18.0
  • (deps) bump anyhow from 1.0.96 to 1.0.97
  • lints doc comments
  • [breaking] Update to edition 2024
  • (deps) bump log from 0.4.25 to 0.4.26
  • (deps) bump anyhow from 1.0.95 to 1.0.96
  • (deps) bump quote from 1.0.39 to 1.0.40
  • (deps) bump syn from 2.0.99 to 2.0.100
  • (deps) bump syn from 2.0.98 to 2.0.99
  • (deps) bump quote from 1.0.38 to 1.0.39

odbc-api-derive-v11.0.0

05 Apr 21:42

Choose a tag to compare

chore: release

odbc-api-v11.1.1

19 Feb 21:58

Choose a tag to compare

Fixed

  • Return type of decimal_text_to_i32 is now indeed i32 and no longer i64

odbc-api-v11.1.0

19 Feb 21:44

Choose a tag to compare

Added

  • Add conversion functions decimal_text_to_i64, decimal_text_to_i32

Other

  • (deps) bump tempfile from 3.17.0 to 3.17.1
  • (deps) bump tempfile from 3.16.0 to 3.17.0

odbc-api-v11.0.0

16 Feb 12:47

Choose a tag to compare

Added

  • [breaking] Query timeout for into_cursor
  • [breaking] Introduce query timeout to Connection::execute
  • Add Connection::into_preallocated

Other

  • Add missing timeout parameter to failing tests
  • [breaking] PreallocatedPolling is generic over handle type
  • All but into_polling of Preallocateds implementation is now generic over statment handle
  • [breaking] Preallocated is now dependend on statement handle type, rather than lifetime
  • More usecase centric documentation for set_query_timeout_sec

odbc-api-derive-v10.0.0

16 Feb 12:47

Choose a tag to compare

chore: release

odbc-api-v10.2.0

15 Feb 11:40

Choose a tag to compare

Added

  • Support for query timeouts. Preallocated::set_query_timeout_sec and Prepared::set_query_timeout_sec can be used to trigger a timeout error, if the first data from that statement exceeds the time limit. This requires driver support.

Other

  • query timeout
  • (deps) bump winit from 0.30.8 to 0.30.9
  • (deps) bump tempfile from 3.15.0 to 3.16.0
  • (deps) bump log from 0.4.22 to 0.4.25
  • (deps) bump thiserror from 2.0.10 to 2.0.11
  • (deps) bump tokio from 1.42.0 to 1.43.0
  • (deps) bump thiserror from 2.0.9 to 2.0.10
  • (deps) bump winit from 0.30.7 to 0.30.8
  • (deps) bump tempfile from 3.14.0 to 3.15.0
  • (deps) bump syn from 2.0.96 to 2.0.98
  • (deps) bump syn from 2.0.95 to 2.0.96
  • (deps) bump syn from 2.0.94 to 2.0.95

odbc-api-derive-v9.0.3

15 Feb 11:40

Choose a tag to compare

chore: Update changelog and version number

odbc-api-v10.1.1

03 Jan 12:50

Choose a tag to compare

Other

  • Improve panic message on invalid indicator values