Skip to content

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