Skip to content

Update arrow-odbc requirement from 20 to 21#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/arrow-odbc-21
Open

Update arrow-odbc requirement from 20 to 21#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/arrow-odbc-21

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 27, 2025

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

Release notes

Sourced from arrow-odbc's releases.

v21.0.0

Added

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

Other

  • introduce blob_on_db2 for local development
Changelog

Sourced from arrow-odbc's changelog.

21.0.0 - 2025-10-26

Added

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

Other

  • introduce blob_on_db2 for local development

20.1.1 - 2025-10-25

Other

  • Support arrow 57

20.1.0 - 2025-09-21

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

20.0.1 - 2025-09-08

Other

  • Support odbc-api 20

20.0.0 - 2025-08-21

Added

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

19.1.1 - 2025-08-21

Other

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

19.1.0 - 2025-08-17

... (truncated)

Commits
  • 25c25c1 chore: release v21.0.0
  • a645885 feat!: Fetch Db2 Blobs as binary data and not text
  • 73627f7 test: introduce blob_on_db2 for local development
  • a3729cd chore: release v20.1.1
  • 44a3a27 chore: Support arrow 57
  • e3d9048 chore: Update CHANGELOG for quoting behavior in insert statements
  • 6ac21d7 chore: release v20.1.0
  • 7647bbd style: Explain reasoning behind is_already_quoted in comment.
  • 5bb4603 style: Mention GitHub issue triggering the change to column name
  • 3ac9f0b feat: Do not apply quoting to column names which are already quoted
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [arrow-odbc](https://github.com/pacman82/arrow-odbc) to permit the latest version.
- [Release notes](https://github.com/pacman82/arrow-odbc/releases)
- [Changelog](https://github.com/pacman82/arrow-odbc/blob/main/CHANGELOG.md)
- [Commits](pacman82/arrow-odbc@v20.0.0...v21.0.0)

---
updated-dependencies:
- dependency-name: arrow-odbc
  dependency-version: 21.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant