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

Simplify Oracle CI testing #6220

Draft
wants to merge 1 commit into
base: 3.8.x
Choose a base branch
from

Conversation

mvorisek
Copy link
Contributor

Q A
Type improvement
Fixed issues n/a

Summary

As discussed in #6217 (comment) thanks to gvenzl/oci-oracle-xe#238.

@derrabus derrabus added this to the 3.7.2 milestone Nov 13, 2023
@derrabus derrabus marked this pull request as draft November 13, 2023 08:54
@derrabus
Copy link
Member

Thanks. Converted to draft as long as the CI is failing.

@mvorisek
Copy link
Contributor Author

Thanks. Any idea why? In atk4/data@6c59956 the FREE service name for v21 is working.

@derrabus
Copy link
Member

I don't really have time to investigate this right now, sorry. 😓

@mvorisek mvorisek force-pushed the simplify_oracle_testing branch 2 times, most recently from 5bd8692 to 87c244d Compare November 14, 2023 18:40
@derrabus derrabus modified the milestones: 3.7.2, 3.7.3 Nov 19, 2023
@mvorisek mvorisek force-pushed the simplify_oracle_testing branch 2 times, most recently from 43bf7a0 to abd5bfc Compare January 6, 2024 12:42
@derrabus derrabus removed this from the 3.7.3 milestone Jan 18, 2024
@derrabus derrabus changed the base branch from 3.7.x to 3.8.x January 25, 2024 22:56
@@ -55,15 +55,7 @@ public static function fromConnectionParameters(array $params): self
$connectData = [];

if (isset($params['servicename']) || isset($params['dbname'])) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Based on:

the service name should be the default, SID is internal DB identifier, but service name is more or less like "DB name", does support aliasing or clustering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants