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
Notes
Summary
During the
/deps:bumpsweep ondev/1.4.0, the Oracle DB drivergithub.com/godror/godrorhad 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/v65andgorm.io/gorm, both patch) were applied in commitaacf54d7; godror was deferred.Why deferred: godror is the production Oracle driver (used under
oracle-samples/gorm-oracle v1.1.2against Oracle ADB). Per the project'sOracle compatibility policy, a DB-driver change must pass
oracle-db-adminreview before completion, and the
oracle-db-adminsubagent was unavailableduring that session. It is not a security fix (govulncheck is clean), so
there was no urgency to ship it unreviewed.
Acceptance Criteria
dev/1.4.0:go get github.com/godror/godror@v0.51.0 && go mod tidyoracle-db-adminsubagent 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.
gorm-oracle v1.1.2and the Oracle InstantClient used in the OCI container build.
make test-integration-oci(real ADB) — must pass.make build-server,make lint,make test-unitgreen.Notes
aacf54d7; main bump PR chore(deps): bump dependencies #500.gorm v1.31.1 → v1.31.2transition already shipped in chore(deps): bump dependencies #500 with anoracle-db-adminAPPROVED WITH NOTES verdict (watch for slightly more eagerAutoMigrate column ALTERs).