Stephen Flavin

Results 2 issues of Stephen Flavin

Many databases now support `UPDATE/INSERT/DELETE ... RETURNING *` which enables a single database request to apply and return in a single database call, this allows the caller to see the...

status: waiting-for-triage

### Describe the feature Currently it seems that the code specifically deals in on heap ByteBuffers either converting [direct to non-direct Buffers](https://github.com/aws/aws-sdk-java-v2/blob/2.20.49/core/sdk-core/src/main/java/software/amazon/awssdk/core/async/AsyncRequestBody.java#L164) or [writing to non-direct Buffers](https://github.com/aws/aws-sdk-java-v2/blob/2.20.49/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/FileAsyncRequestBody.java#L258-L259) when there are...

feature-request
p3