Skip to content

chore(deps): bump godror v0.50.0 -> v0.51.0 (Oracle driver) with ADB review #501

Description

@ericfitz

Summary

During the /deps:bump sweep on dev/1.4.0, the Oracle DB driver
github.com/godror/godror had a minor update available (v0.50.0 → v0.51.0)
that was held rather than shipped. The two other Go bumps from that sweep
(oci-go-sdk/v65 and gorm.io/gorm, both patch) were applied in commit
aacf54d7; godror was deferred.

Why deferred: godror is the production Oracle driver (used under
oracle-samples/gorm-oracle v1.1.2 against Oracle ADB). Per the project's
Oracle compatibility policy, a DB-driver change must pass oracle-db-admin
review before completion, and the oracle-db-admin subagent was unavailable
during that session. It is not a security fix (govulncheck is clean), so
there was no urgency to ship it unreviewed.

Acceptance Criteria

  • Apply the bump on dev/1.4.0: go get github.com/godror/godror@v0.51.0 && go mod tidy
  • Run the oracle-db-admin subagent review of the v0.50.0 → v0.51.0 change
    (connection/pool handling, bind/type mapping for NUMBER/CLOB/BLOB/TIMESTAMP/BOOLEAN,
    LOB handling, transaction/isolation, ORA-error surfacing). Address any BLOCKING findings.
  • Confirm compatibility with the pinned gorm-oracle v1.1.2 and the Oracle Instant
    Client used in the OCI container build.
  • Run make test-integration-oci (real ADB) — must pass.
  • make build-server, make lint, make test-unit green.

Notes

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency filegoPull requests that update go code

Projects

Status
Done

Relationships

None yet

Development

No branches or pull requests

Issue actions