Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Run unit tests against Oracle SQL server on CI #24

Open
6 of 11 tasks
Tracked by #11
christianparpart opened this issue Aug 30, 2024 · 0 comments
Open
6 of 11 tasks
Tracked by #11

Run unit tests against Oracle SQL server on CI #24

christianparpart opened this issue Aug 30, 2024 · 0 comments
Labels
CI pipeline good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@christianparpart
Copy link
Member

christianparpart commented Aug 30, 2024

https://www.dbi-services.com/blog/installing-the-odbc-drivers-for-oracle-rdbms/

probably best done via docker image for the server part:

https://hub.docker.com/r/gvenzl/oracle-free

Checklist

  • test case: SqlStatement.ExecuteBatchNative
  • test case: LastInsertId
  • test case: GetColumn in-place store variant (GetColumn fails)
  • test case: SqlVariant: SqlTime
  • test case: InputParameter and GetColumn for very large values
  • test case: SqlDataBinder for SQL type: SqlText
  • test case: SqlDataBinder for SQL type: SqlDateTime
  • test case: SqlDataBinder for SQL type: SqlTime
  • test case: SqlDataBinder: Unicode
  • test case: SqlDataBinder: SqlGuid
  • finally enabling Oracle DB in CI
@christianparpart christianparpart mentioned this issue Aug 30, 2024
7 tasks
@christianparpart christianparpart changed the title oracle - https://www.dbi-services.com/blog/installing-the-odbc-drivers-for-oracle-rdbms/ Run unit tests against Oracle SQL server on CI Aug 30, 2024
@christianparpart christianparpart added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 17, 2024
@christianparpart christianparpart added this to the 2025-1 milestone Dec 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
CI pipeline good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant