Skip to content

deps: update go-ora driver to v3, minor changes - #1064

Merged
burningalchemist merged 3 commits into
masterfrom
fix/drivers
Aug 18, 2026
Merged

deps: update go-ora driver to v3, minor changes#1064
burningalchemist merged 3 commits into
masterfrom
fix/drivers

Conversation

@burningalchemist

Copy link
Copy Markdown
Owner

This pull request updates the Oracle database driver dependency from version 2 to version 3 and adjusts the driver registration and categorization accordingly. The main focus is to ensure compatibility with the latest version of go-ora and to update how drivers are grouped and enabled in the codebase.

Dependency updates:

  • Updated the Oracle driver from github.com/sijms/go-ora/v2 to github.com/sijms/go-ora/v3 in both go.mod and the import statements in drivers.go. [1] [2]

Driver categorization and registration:

  • Changed the driver grouping in drivers_gen.go by moving github.com/sijms/go-ora/v3 to the "extra" category and removing the old v2 reference. Also, introduced a new "commercial" category for other drivers.
  • Modified the logic for enabling drivers when the "all" key is specified, so only drivers in the "minimal" and "extra" categories are included, excluding "custom" and the new "commercial" group.

@burningalchemist
burningalchemist merged commit bc4f8f3 into master Aug 18, 2026
4 checks passed
@burningalchemist
burningalchemist deleted the fix/drivers branch August 18, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant