-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Oracle ODBC Driver #210
Conversation
This pull request has been linked to 1 task:
|
src/database.ts
Outdated
@@ -31,6 +32,7 @@ export const SQLDriverWithDataMapping = makeEnum({ | |||
[DatabaseIntegration.maria]: 'MariaDB', | |||
[DatabaseIntegration.databrickslakehouse]: 'Databricks Lakehouse', | |||
[DatabaseIntegration.ibmdb2]: 'IBM DB2', | |||
[DatabaseIntegration.oracle]: 'Oracle', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we maybe call it Oracle DB
to keep it consistent to Contentful and the integration name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Related Issues
Links https://transcend.height.app/T-25011
Added new DatabaseIntegration for Oracle