Matthew Hall

Results 61 comments of Matthew Hall

In the intervening months since reporting this issue, we have sadly found it necessary to remove expiringmap from Jdbi, in favor of our own naive caching solution. It is unlikely...

In the interest of performance, I'm confining the nested diff to only properties with a known pojomated type. The plan is to modify PojomatorByteCodeGenerator around line 774. If the property...

I was hoping for feedback on the plan I laid out in my last comment. I'm a little concerned about the performance implications of flattening the nested diffs, in the...

Experienced this same error. Installing libfreeswitch-dev package fixed this without any modifications to Makefile

Do you mean you want to map rows into `Pair` for arbitrary mappable `A` and `B`? I think we could reasonably support that (although not through `rs.getObject(int)`, as it is...

FYI: there probably won't be progress on this unless you or somebody else submits a PR. None of the project members (that I'm aware of) code in Kotlin, and we...

Have you tried binding the list as an array parameter (using just regular `@Bind` instead of `@BindList`) and using the `WHERE X = ANY(:param)` expression?

@arg20 Some hints to give you a place to start if you want to attempt this: SQL Objects use `SqlLocator` to determine the SQL statement to run for each method....