-
Notifications
You must be signed in to change notification settings - Fork 27
Implement ByteArrayInputstream codec #316
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
Conversation
1602538 to
ff1c9da
Compare
ff1c9da to
f5fe451
Compare
|
|
f5fe451 to
7c3913b
Compare
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/codec/ByteArrayInputStreamCodec.java
Outdated
Show resolved
Hide resolved
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/codec/ByteArrayInputStreamCodec.java
Outdated
Show resolved
Hide resolved
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/codec/ByteArrayInputStreamCodec.java
Outdated
Show resolved
Hide resolved
r2dbc-mysql/src/test/java/io/asyncer/r2dbc/mysql/codec/ByteArrayInputStreamCodecTest.java
Outdated
Show resolved
Hide resolved
|
@jchrys |
4bc4e09 to
e2eefdd
Compare
e2eefdd to
4abbb37
Compare
jchrys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall lgtm,
just a nit
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/codec/ByteArrayInputStreamCodec.java
Show resolved
Hide resolved
|
Could you rebase and squash this into a single commit and add a Signed-off-by line? Thanks! |
4abbb37 to
5926f76
Compare
- Fixed canEncode, doCanDecode conditions - Update Copyright Year - Add tests for ByteArrayInputStreamCodec - Implement ByteArrayInputStreamCodec Signed-off-by: dongKos <dhkim931101@naver.com> Signed-off-by: 김동환 <dhkim931101@naver.com>
5926f76 to
338f822
Compare
jchrys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dongKos Thanks a lot!
@jchrys #314
Motivation:
Implement ByteArrayInputStreamCodec to support InputStream
Modification:
Add ByteArrayInputStreamCodec, Add Tests
Result:
Can support InpuStream for Parameter Binding