Skip to content
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

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Add Oracle ODBC Driver #210

merged 3 commits into from
Jan 22, 2025

Conversation

jwahjudi
Copy link
Contributor

Related Issues

@jwahjudi jwahjudi requested review from anotherminh, hblackmer and a team January 22, 2025 00:23
Copy link

height bot commented Jan 22, 2025

This pull request has been linked to 1 task:

💡Tip: Add "Close T-25011" to the pull request title or description, to a commit message, or in a comment to mark this task as "Pending Deploy" when the pull request is merged.

anotherminh
anotherminh previously approved these changes Jan 22, 2025
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',
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@jwahjudi jwahjudi requested a review from hblackmer January 22, 2025 00:32
Copy link
Member

@hblackmer hblackmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jwahjudi jwahjudi merged commit eff6dff into main Jan 22, 2025
10 checks passed
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.

3 participants