Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/sijms/go-ora/v2 from 2.5.2 to 2.5.33 in /receiver/sqlqueryreceiver #4317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps github.com/sijms/go-ora/v2 from 2.5.2 to 2.5.33.

Release notes

Sourced from github.com/sijms/go-ora/v2's releases.

v2.5.33: Add Support for Client Authentication

No release notes provided.

v2.5.32: Fix Issue 307 (TTC error when insert-returning a record that product ORA-0001)

No release notes provided.

v2.5.31: Add BulkCopy Feature

No release notes provided.

v2.5.30: Fix cursor leak for cancelled request + Race conditioning on global vars

No release notes provided.

v2.5.29: When read connection timeout occur clear packet from server until server send connection reset

No release notes provided.

v2.5.28: Return Standard Type From Scan Method

No release notes provided.

v2.5.27: Fix SSL Renegotiation Issue

No release notes provided.

v2.5.26: Fix bug in parameter encoding

No release notes provided.

v2.5.25: Add Support For Valuer interface

No release notes provided.

v2.5.24: Fix Bug in Data Packet Encryption

Fix bug in encryption when the written data need segmentation

v2.5.22: change state of the connection after closed

No release notes provided.

v2.5.21: Add Json Marshalling Support for Custom Types

1- fix issue #285 2- add json marshaling support for custom types

v2.5.20: Support For Inout Parameters

No release notes provided.

v2.5.19: Add Support for Kerberos5 Authentication

No release notes provided.

v2.5.18: Fix issue 276

No release notes provided.

v2.5.17: Request Connection Break And Reset

this is required when use timeout with QueryContext and ExecContext to cancel the current operation

v2.5.16: Add Support For Autologin Local Wallet

... (truncated)

Commits
  • 430ebec add support for client authentication
  • 33def4c Fix Pass nil to BulkCopy
  • 73d59cc Fix TTC error when insert-returning a record that product ORA-0001
  • 0ac4398 Merge pull request #312 from novikovas/master
  • f06b4eb Merge pull request #311 from huhusen/master
  • 1748e5a Merge branch 'master' into master
  • 555b557 Add bulk copy README.md information + an example
  • 901453d Add Bulk Copy Feature to driver
  • 1e964e9 Fix date and timestamp select
  • 6f11915 Add StructsInsert support interface{} array with batch
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [github.com/sijms/go-ora/v2](https://github.com/sijms/go-ora) from 2.5.2 to 2.5.33.
- [Release notes](https://github.com/sijms/go-ora/releases)
- [Commits](sijms/go-ora@v2.5.2...v2.5.33)

---
updated-dependencies:
- dependency-name: github.com/sijms/go-ora/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 6, 2023
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants