Gavin King

Results 238 comments of Gavin King

I'm not sure I like what's going on here, but that could just be because I don't understand it. Could we talk it over sometime?

OK, so after discussing offline, my suggestion is that it would be better if this worked by having the `Type` double-dispatch back to the `Dialect`, and let the `Dialect` render...

Oh gawd, what a pain, this one can only be fixed by messing about in in hibernate-core.

mmmm, this looks really hard, and I think it's not worth fixing for now.

So this code works, as a workaround: ```java @Entity(name = "GroceryList") public static class GroceryList implements Serializable { @Id private Long id; @OneToMany(mappedBy = "groceryListId", fetch = FetchType.LAZY, cascade =...

Somewhat related https://github.com/quarkusio/quarkus/issues/11861

> > I don't think it makes sense to allow local date and time. > > Why not? Yah, good question. I'm not seeing that at all.

> what happens when the timeout elapses for the queries in progress ? They get aborted, and the client receives an exception.

Well, *it* gets aborted, since the timeout only affects one query.