Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Bump github.com/sijms/go-ora/v2 from 2.5.23 to 2.7.4 #325

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps github.com/sijms/go-ora/v2 from 2.5.23 to 2.7.4.

Release notes

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

v2.7.4: use global value timeout to avoid blocking read/write

No release notes provided.

v2.7.3: use database/sql failover + add support for RC4

No release notes provided.

v2.7.2: Use golang struct as an oracle output parameters

No release notes provided.

v2.7.1: use golang struct as oracle (input) parameters

No release notes provided.

v2.6.17: Implement Bulk(Insert/Merge) in ExecContext

No release notes provided.

v2.6.16: Fix issue in parseSqlText function

No release notes provided.

v2.6.14: Add support for named parameters

No release notes provided.

v2.6.13: Fix bug for client charset with string array

No release notes provided.

v2.6.12: Add Client Charset Option

No release notes provided.

v2.6.11: Add RETRYTIME option and fix issues 336, 337

No release notes provided.

v2.6.10: fix prefetch lob issue 335

No release notes provided.

v2.6.9: Failover re-coded

No release notes provided.

v2.6.8: fix dealing with LONG columns when lob pre-fetch is enabled

No release notes provided.

v2.6.7: fix dealing with LONG columns when lob pre-fetch is enabled

No release notes provided.

v2.6.6: fix returning multiple columns

No release notes provided.

v2.6.5: Add language and territory to control language of the server messages

No release notes provided.

v2.6.4: Add Support for TimeStamp With Time Zone

No release notes provided.

... (truncated)

Commits
  • 5a79e76 add timeout to read/write operation
  • 290335d fix issue passing empty []byte produce error
  • c19b510 add timeout to read/write operation
  • 1952769 add bad field to the connection
  • 9e9cdd1 update README.md
  • c0ac191 Merge branch 'master' of ssh://192.168.100.3:/var/services/homes/samy/project...
  • 25b7ca8 use sql.driver failover + support for RC4
  • ccf705e Merge pull request #351 from wilkice/actions
  • 28fcce7 use sql.driver failover
  • 2f9d33c update README.md
  • 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.23 to 2.7.4.
- [Release notes](https://github.com/sijms/go-ora/releases)
- [Commits](sijms/go-ora@v2.5.23...v2.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 8, 2023
@Yannig
Copy link
Collaborator

Yannig commented May 9, 2023

Hi @schmikei

Do you know if this PR can have any impact on the exporter?

Copy link
Contributor

@schmikei schmikei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yannig

seems like according to the release notes: https://github.com/sijms/go-ora/releases

To be mostly bug fixes and added language support via a connection string parameter as far as the exporter usage is concerned. I can do a quick validation to ensure!

@schmikei
Copy link
Contributor

schmikei commented May 9, 2023

Did validate with this build on linux running with defaults works :)

ts=2023-05-09T17:30:30.415Z caller=main.go:69 level=info msg="Starting oracledb_exporter" version="(version=, branch=, revision=f972457506bdcda8e120102ed8fcc04246f63f65-modified)"
ts=2023-05-09T17:30:30.415Z caller=main.go:70 level=info msg="Build context" build="(go=go1.20.4, platform=linux/amd64, user=, date=, tags=unknown)"
ts=2023-05-09T17:30:30.415Z caller=main.go:71 level=info msg="Collect from: " metricPath=/metrics
ts=2023-05-09T17:30:30.415Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9161
ts=2023-05-09T17:30:30.415Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9161
[root@oradb-21-dev-0 ~]# curl -q http://localhost:9161/metrics | grep oracledb | grep TYPE | wc -l
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 15764    0 15764    0     0  40945      0 --:--:-- --:--:-- --:--:-- 41052
27
[root@oradb-21-dev-0 ~]#

@Yannig Yannig merged commit bebc04c into master May 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/sijms/go-ora/v2-2.7.4 branch May 9, 2023 18:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants