Skip to content

Releases: pacman82/odbc-api

odbc-api-v19.1.0

12 Oct 14:19

Choose a tag to compare

Added

  • Adds compile time feature vendored-unix-odbc

Other

  • (deps) bump widestring from 1.2.0 to 1.2.1
  • (deps) bump thiserror from 2.0.16 to 2.0.17
  • (deps) bump tempfile from 3.22.0 to 3.23.0
  • (deps) bump quote from 1.0.40 to 1.0.41

odbc-api-derive-v12.0.5

12 Oct 14:19

Choose a tag to compare

chore: release

odbc-api-v19.0.2

23 Sep 08:02

Choose a tag to compare

Other

  • Fix mismatched lifetime syntaxes
  • formatting
  • Fix more typos and grammar issues
  • Fix typos and grammar issues
  • Fix typos in Readme.md
  • (deps) bump anyhow from 1.0.99 to 1.0.100

odbc-api-derive-v12.0.4

23 Sep 08:02

Choose a tag to compare

chore: release

odbc-api-v19.0.1

19 Sep 10:30

Choose a tag to compare

Other

  • Highlight warnings about caveats of asynchronous polling mode.
  • (deps) bump tempfile from 3.21.0 to 3.22.0
  • move async_stream_of_rows_from_other_thread up, since it is not a
  • Verify static ownership of row stream

odbc-api-v19.0.0

08 Sep 20:52

Choose a tag to compare

Fixed

  • Fixed a soundness issue with non-Send parameters being allowed to

odbc-api-v18.0.1

08 Sep 20:19

Choose a tag to compare

Other

  • update to odbc-sys 0.27
  • use next_blob_param helper also in execute

odbc-api-v18.0.0

08 Sep 19:53

Choose a tag to compare

Added

  • Allow for async row streams to be Send
  • StatementImpl and StatementRef are now Send

Fixed

  • [breaking] Statement::num_result_cols now takes a &mut self instead of

Other

  • Update to odbc-sys 26
  • Fix broken reference
  • Minor improvemnts to doc comments
  • (deps) bump log from 0.4.27 to 0.4.28
  • (deps) bump tempfile from 3.20.0 to 3.21.0
  • (deps) bump thiserror from 2.0.15 to 2.0.16
  • (deps) bump thiserror from 2.0.14 to 2.0.15
  • (deps) bump proc-macro2 from 1.0.97 to 1.0.101
  • (deps) bump syn from 2.0.105 to 2.0.106

odbc-api-derive-v12.0.3

08 Sep 19:52

Choose a tag to compare

chore: release

odbc-api-v17.0.0

18 Aug 07:12

Choose a tag to compare

Added

  • ConnectionTransition::into_preallocated
  • It is now possible to create Prepared statements owning a SharedConnection due to SharedConnection implementing ConnectionTransition
  • It is now possible to create Prepared statements owning a Arc<Connection> due to Arc<Connection> implementing ConnectionTransition

Other

  • [breaking] Repalce odbc_api::shared_connection_into_cursor with ConnectionTransition::into_cursor
  • [breaking] Prepared::into_statement is now named into_handle.
  • Connection::execute_arc is replaced by ConnectionTransition::into_cursor
  • [breaking] ConnectionAndError is now a type alias to FailedStateTransition
  • [breaking] Removed Connection::into_sys