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

FIR-32016, FIR-32018: implemented blob, clob, stream in PS #394

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

alexradzin
Copy link
Collaborator

Blob, clob and stream related methods in prepared statement

@alexradzin alexradzin requested a review from a team as a code owner April 17, 2024 14:32
@@ -27,4 +28,17 @@ public void readAllBytes(@Nullable InputStream is) {
}
}
}

public String read(Reader initialReader, int limit) throws IOException {
char[] arr = new char[8 * 1024];
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's have this as a constant.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let's add integration tests as well to cover these types.

@alexradzin alexradzin force-pushed the FIR-32016_FIR-32018-ps-blob-clob-stream branch from 804357d to 79cd5a4 Compare April 21, 2024 12:33
@alexradzin alexradzin force-pushed the FIR-32016_FIR-32018-ps-blob-clob-stream branch from 7666584 to 955ccd7 Compare April 24, 2024 07:33
Copy link

@alexradzin alexradzin merged commit 645d209 into master Apr 24, 2024
4 checks passed
@alexradzin alexradzin deleted the FIR-32016_FIR-32018-ps-blob-clob-stream branch April 24, 2024 07:37
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.

2 participants