Gavin King

Results 238 comments of Gavin King

I need https://github.com/eclipse-vertx/vertx-sql-client/issues/767 to make progress on this.

Nah, I tried a while ago and I didn't have what I needed, but perhaps we do now with the new stuff in latest Vert.x.

I mean to say no I'm not working on it :)

I don't wanna make the call on that one. But perhaps you should ask around and see what others think. I personally kinda like the ability to use JDBC URLs,...

> A very common problem with this pattern is accidentally creating another `Session` because you have multiple reactive streams. @noobgramming not sure what you mean by this; different streams can't...

So I worked on this yesterday, and it's turning out to be *waaay* harder than it sounds. To do this *properly*, I need access to the `SessionEventListenerManager` that is created...

> Perhaps I could add a `setListener()` method to `ReactiveConnection`, but I hate giving it mutable state. Also: this is easy, but it doesn't fully solve the problem, because I...

Awesome 👏 looking forward to checking it out!

Well, I'm not very keen on adding built-in types to HR that don't exist in Hibernate itself...

One thing to watch out for here: the semantics of @NotFound changed a lot in H6 IIRC. So we might not want to spend too much effort on writing tests...