-
Notifications
You must be signed in to change notification settings - Fork 171
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
Support Oracle database #155
Comments
Hello there, checking oracle support now... I am not sure how to write a unit test for it properly as there is no kind of official docker image with oracle db. I see there is a possibility to create your own image. But it seems it is not allowed to have such thing in GitHub actions to test oracle driver (or, by impression, it is not legal). |
I have given up testing Oracle database on GitHub Actions for the exact same reason. However, drivers are independent of each other, so it is possible to first include it as an experimental implementation as like Snowflake, even without unittest. However, I would like to have the document by tbls doc and its DDL for testing in my hand. |
Every official image is already available in github https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance |
Thank you. This appears to be an official build script, not an official image.
|
It would be great if
tbls
supported the Oracle database.The text was updated successfully, but these errors were encountered: