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

Add integration with ORM 6.2 and Db2 #1550

Closed
DavideD opened this issue Mar 31, 2023 · 0 comments · Fixed by #1555
Closed

Add integration with ORM 6.2 and Db2 #1550

DavideD opened this issue Mar 31, 2023 · 0 comments · Fixed by #1555
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Mar 31, 2023

No description provided.

@DavideD DavideD added this to the next milestone Mar 31, 2023
@DavideD DavideD mentioned this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
Some dbs return the column names uppercased
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899

Tests throw:
```
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?]
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?]
	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?]
	at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?]
	at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103)
```
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
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899

Tests throw:
```
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?]
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?]
	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?]
	at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?]
	at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103)
```
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
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
Some dbs return the column names uppercased
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899

Tests throw:
```
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?]
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?]
	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?]
	at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?]
	at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103)
```
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
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 4, 2023
See eclipse-vertx/vertx-sql-client#899

Tests throw:
```
java.util.concurrent.CompletionException: java.lang.IllegalStateException: Needed to have 6 in buffer but only had 0. In JDBC we would normally block here but need to find a non-blocking solution
	at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346) ~[?:?]
	at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:632) ~[?:?]
	at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088) ~[?:?]
	at org.hibernate.reactive.pool.impl.Handlers.lambda$toCompletionStage$0(Handlers.java:29) ~[main/:?]
	at io.vertx.sqlclient.impl.SqlResultHandler.fail(SqlResultHandler.java:103)
```
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
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 a pull request may close this issue.

1 participant