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

Fix LOBs in data change delta tables #3378

Merged
merged 2 commits into from Jan 15, 2022
Merged

Fix LOBs in data change delta tables #3378

merged 2 commits into from Jan 15, 2022

Conversation

katzyn
Copy link
Contributor

@katzyn katzyn commented Jan 15, 2022

Closes #3376.

This fix should be revisited in the future.

@katzyn katzyn merged commit c5f11a5 into h2database:master Jan 15, 2022
@katzyn katzyn deleted the lob branch January 15, 2022 04:02
values[i] = session.addTemporaryLob(v2);
} else {
ValueLob v2 = ((ValueLob) v).copyToResult();
if (v2 != v) {
Copy link
Contributor

Choose a reason for hiding this comment

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

ReferenceEquality: Comparison using reference equality instead of value equality (details)
(at-me in a reply with help or ignore)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@sonatype-lift ignore

Copy link
Contributor

Choose a reason for hiding this comment

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

I've recorded this as ignored for this pull request. If you change your mind, just comment @sonatype-lift unignore.

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.

Data cannot be read after insert of clob data > MAX_LENGTH_INPLACE_LOB with data change delta table
1 participant