Davide D'Alto

Results 107 issues of Davide D'Alto
trafficstars

I've created this quick prototype. What do you think? Cheers

This is actually a question. In order to support the mapping of fields of array type, Hibernate ORM run some queries to create a custom type. For example, for supporting...

enhancement

See https://github.com/quarkusio/quarkus/issues/38948 A test is available here: https://github.com/DavideD/hibernate-reactive/commit/10ab8cdf4b757917888e9929226c462028dbeb08 The test only fails when batching is enabled. The problem is in the way we have implemented [ReactiveMutationExecutorStandard#performReactiveBatchedOperations](https://github.com/hibernate/hibernate-reactive/blob/9089e5bacd63ebcdb67b89f9c9d8827eff4cbd09/hibernate-reactive-core/src/main/java/org/hibernate/reactive/engine/jdbc/mutation/internal/ReactiveMutationExecutorStandard.java#L55). It shouldn't delegate to...

bug

We need to document with an example how it's possible to add a custom configuration for the Vert.x SQL client. For example: ```java public class PgClientPoolConfiguration extends DefaultSqlClientPoolConfiguration { private...

documentation

For Oracle, Hibernate ORM define custom types to map arrays. We can create the same types with Vert.x SQL client but when we try an insert we have an exception....

waiting

The ORM snapshot should be basically ready. We should start to have look and check how hard would be to upgrade.

upgrade

it wasn't wise to upgrade to Vert.x 4.5 in a micro

Hibernate ORM 6.4 introduces soft deletes, we should check if the new feature also works in Hibernate Reactive Hibernate ORM docs: https://docs.jboss.org/hibernate/orm/6.4/userguide/html_single/Hibernate_User_Guide.html#soft-delete

enhancement