baoyachi / odbc-bridge

Extension based on odbc-api
Apache License 2.0
5 stars 5 forks source link

Update odbc-api requirement from 0.54.0 to 0.55.0 #79

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on odbc-api to permit the latest version.

Changelog

Sourced from odbc-api's changelog.

0.55.0

  • Added support for login timeout, i.e. the user can now explicitly specify a time in seconds after which a login attempt to a datasource should fail. This triggered two breaking changes:

  • Environment::connect_with_connection_string now takes an additional argument ConnectionOptions.

  • Environment::connect now takes an additional argument ConnectionOptions.

Migration is trivial, by supplying ConnectionsOptions::default() as the last argument.

0.54.3

  • Added catalog function foreign_keys to Connection and Preallocated.

0.54.2

  • CursorRow::get_text or Cursor::get_binary now panics if the SQLGetData implementation of the ODBC driver reports inconsistent indicator for the same cell. Previously it could have looped forever.

0.54.1

  • Introduced common implementation VarCell for VarBinary and VarChar.

0.54.0

  • Changed checking of truncated values after fetch. The new method checks the indicator buffer, rather than relying on diagnostics. This means Error::TooManyDiagnostics can no longer occurr.

0.53.0

  • Better error messages if checking for truncation fails due to too many diagnostics
  • Removed deprecated
    • BufferDescription
    • BufferKind
  • Removed deprecated names
    • AnyColumnBuffer
    • AnyColumnSliceMut
    • AnyColumnView
    • RowSetCursor
    • RowSetCursorPolling

0.52.4

  • Improved support for fetching parameter descriptions of prepared statements:
    • Introduced method Prepared::num_params
    • Introduced method Prepared::parameter_descriptions

0.52.3

  • Introduced method Prepared::column_inserter to replace Prepared::any_column_inserter.
  • Introduced method Prepared::into_column_inserter to replace Prepared::into_any_column_inserter.

0.52.2

... (truncated)

Commits
  • 86694bd bump version to 0.55.0
  • 7bd45ab accept ConnectionOptions in connect
  • 3bac8c5 ConnectionOptions::apply
  • b02d04d allow setting login timeout
  • d3048ca introduce struct ConnectionOptions
  • e09585f derive default implementation
  • 3735273 version 0.54.3
  • a081ac4 add foreign keys to preallocated
  • bb8d821 Bump odbc-sys from 0.21.3 to 0.21.4
  • 30def79 Bump csv from 1.2.0 to 1.2.1
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

The following labels could not be found: 📦 dependencies.

dependabot[bot] commented 1 year ago

Superseded by #81.