-
Notifications
You must be signed in to change notification settings - Fork 201
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
io.vertx.core.buffer.impl.BufferImpl cannot be coerced to io.netty.buffer.ByteBuf in Db2 #1304
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 4, 2023
Tests throw exception: ``` Parameter at position[0] with class = [io.vertx.core.buffer.impl.BufferImpl] and value = [>Eg�BӤVUfBD] can not be coerced to the expected class = [io.netty.buffer.ByteBuf] for encoding. ``` See eclipse-vertx/vertx-sql-client#1304
tsegismont
changed the title
io.netty.buffer.ByteBuf cannot be coerced to io.vertx.core.buffer.impl.BufferImpl in Db2
io.vertx.core.buffer.impl.BufferImpl cannot be coerced to io.netty.buffer.ByteBuf in Db2
Apr 11, 2023
tsegismont
added a commit
to tsegismont/vertx-sql-client
that referenced
this issue
Apr 11, 2023
See eclipse-vertx#1304 Signed-off-by: Thomas Segismont <[email protected]>
tsegismont
added a commit
that referenced
this issue
Apr 11, 2023
See #1304 Signed-off-by: Thomas Segismont <[email protected]>
tsegismont
added a commit
that referenced
this issue
Apr 11, 2023
See #1304 Signed-off-by: Thomas Segismont <[email protected]>
Fixed in 634100d |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the table:
If I try to insert an element with the query:
and parameters:
I get:
The parameters is created using
Note that this approach works for all the other databases.
The text was updated successfully, but these errors were encountered: