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

Oracle fixes #1177

Merged
merged 3 commits into from
Nov 10, 2024
Merged

Oracle fixes #1177

merged 3 commits into from
Nov 10, 2024

Conversation

vadz
Copy link
Member

@vadz vadz commented Nov 9, 2024

No description provided.

vadz added 3 commits November 9, 2024 17:51
Don't spam stdout with buffers values.
Although the test passed with Oracle 11 used in the CI job, it fails
with both (old) Oracle 18 and latest Oracle 23 because using xmltype()
with null values doesn't work.

Avoid doing it by testing for null explicitly in the test.
This doesn't help with the problem corrected in the previous commit but
it still seems unnecessary to allocate LOBs which should be never used
because the corresponding indicator is null.
@vadz vadz marked this pull request as ready for review November 10, 2024 15:11
@vadz vadz merged commit ee5ce98 into SOCI:master Nov 10, 2024
16 checks passed
@vadz vadz deleted the oracle-fixes branch November 10, 2024 15:14
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.

1 participant