Skip to content

Remove CX-Oracle for OracleDB cleanup #446

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

Merged
merged 7 commits into from
Sep 15, 2024
Merged

Remove CX-Oracle for OracleDB cleanup #446

merged 7 commits into from
Sep 15, 2024

Conversation

devsetgo
Copy link
Owner

@devsetgo devsetgo commented Sep 15, 2024

Removes the cx_Oracle dependency and replaces it with oracledb, streamlining our project's compatibility with OracleDB. The motivation behind this change is to ensure we are using the latest supported library for Oracle database interactions, which offers better performance and support.

Additionally, the configuration files have been updated to reflect a new version number (0.14.4) to signify this change. The removal of the previously commented-out GitHub Actions workflow for MkDocs deployment also cleans up the repository, as it was no longer needed.

By making these updates, we enhance the maintainability of the codebase, reduce potential vulnerabilities associated with outdated dependencies, and improve the overall project structure. This will ultimately lead to a more robust and efficient development process.

@devsetgo devsetgo added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Sep 15, 2024
Copy link

@devsetgo devsetgo merged commit fb62df4 into main Sep 15, 2024
12 checks passed
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 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant