Skip to content

fix(db-browser):failed to get table when column has default value in oracle11g mode#1733

Merged
yhilmare merged 1 commit into
dev/4.2.xfrom
fix/jingtian_424_failed_to_get_table_in_oracle_11g
Mar 4, 2024
Merged

fix(db-browser):failed to get table when column has default value in oracle11g mode#1733
yhilmare merged 1 commit into
dev/4.2.xfrom
fix/jingtian_424_failed_to_get_table_in_oracle_11g

Conversation

@PeachThinking
Copy link
Copy Markdown
Contributor

@PeachThinking PeachThinking commented Mar 4, 2024

What type of PR is this?

type-bug

What this PR does / why we need it:

All LONG or LONG RAW columns have to be retrieved from the ResultSet prior to all the other columns or oracle jdbc will throw “Stream has already been closed” Exception. Solution reference:https://blog.jooq.org/oracle-long-and-long-raw-causing-stream-has-already-been-closed-exception/

Which issue(s) this PR fixes:

Fixes #1727

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


@PeachThinking PeachThinking added the type-bug Something isn't working label Mar 4, 2024
@PeachThinking PeachThinking added this to the ODC 4.2.4 milestone Mar 4, 2024
@PeachThinking PeachThinking self-assigned this Mar 4, 2024
Copy link
Copy Markdown
Contributor

@yhilmare yhilmare left a comment

Choose a reason for hiding this comment

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

lgtm

@yhilmare yhilmare merged commit e01d953 into dev/4.2.x Mar 4, 2024
@yhilmare yhilmare deleted the fix/jingtian_424_failed_to_get_table_in_oracle_11g branch March 4, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants