Gavin King

Results 1136 comments of Gavin King

> There is a lot of confusion around JDBC 4.2 support for Instant and OffsetDateTime. > There is absolutely no doubt that the JDBC 4.2. standard does not support Instant...

So the error on db2 was: ``` Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: [jcc][1091][10417][4.33.31] Invalid data conversion: Parameter instance 2025-05-02T10:15:51.269587778Z is invalid for the requested conversion. ERRORCODE=-4461, SQLSTATE=42815 at app//com.ibm.db2.jcc.am.b4.a(b4.java:810) at app//com.ibm.db2.jcc.am.b4.a(b4.java:66) at...

No worries, I'm not yelling at you so much as just expressing my general frustration at the whole setup where we have how many trillions of dollars moving through JDBC...

This relates to what we were discussing recently, @DavideD: - should we expose our trampoline to users, or - does Mutiny have some alternative built in?

@tsegismont The question is: does Mutiny provide any way to write loops without causing stack overflows? Maybe ... something involving `Multi`? I dunno... If it doesn't, then we're considering exposing...

> I'm afraid we don't have any helper for deep pipelines Right but _we do_. So either we can expose that to users ourselves or ... you guys could copy/paste...

https://github.com/hibernate/hibernate-reactive/blob/main/hibernate-reactive-core/src/main/java/org/hibernate/reactive/util/impl/CompletionStages.java But note that this is not in any way an API. This is just a collection of utility methods we use internally. Because we have lots of need for...

Thanks. Looks like there's a conflict. And also some weird history because I guess you merged `main` into your branch. Could you: 1. squash the change down to a single...