Davide D'Alto

Results 107 issues of Davide D'Alto
trafficstars

It seems that a common use case is to add a field of type `Map` to an entity and then save it as a `json` column when a database supports...

enhancement

It's a built-in type but we don't mention it in the docs

documentation

Follows #536 See #903 for an example with PostgreSQL Requires a fix from Vert.x SQL Client: https://github.com/eclipse-vertx/vertx-sql-client/issues/1033 See [SchemaArrayValidationTestBase](https://github.com/hibernate/hibernate-reactive/blob/9089e5bacd63ebcdb67b89f9c9d8827eff4cbd09/hibernate-reactive-core/src/test/java/org/hibernate/reactive/schema/SchemaValidationTestBase.java#L41)

enhancement
waiting

See https://dev.to/cricketsamya/gradle-with-dependabot-1o47 ~~See also this comment from @marko-bekhta: https://github.com/hibernate/hibernate-reactive/pull/2263#discussion_r2100247299~~ I've created a separate issue: https://github.com/hibernate/hibernate-reactive/issues/2269

build

The update of a schema is a pretty heavy operation, in particular for databases like CockroachDB. For testing we re-create a schema almost every time we launch a test. An...

design
testing
build

I don't think it's critical at the moment but I've noticed we don't have an equivalent of `createNamedStoredProcedureQuery`. @gavinking is it something that we want to have eventually?

enhancement
design

Hi, not sure if what I've done is correct but I've added a system properties to configure the folder in which the arquillian.xml can be found. It first looks in...