spring-attic / jdbc

Apache License 2.0
11 stars 18 forks source link

Fix issue when the received payload is byte[] #49

Closed sobychacko closed 5 years ago

sobychacko commented 5 years ago

When receiving payload as byte[], JDBC sink skips converting the payload. Forcing the sink to do the convesion if the type is byte[] and the content type is text, json etc.

Add test to verify.

Fixes #48