Steven Schlansker
Steven Schlansker
Very cool. Yes, if the work can be integrated in a way that is reasonably seamless, we'd happily incubate it in a module! It would be nice if somehow the...
Timezone handling has been a big thorn historically. Each driver I've worked with (Postgres and MySQL) has different behaviors, and both have had serious "bugs" (as defined as "the timestamp...
Also note that we pass the new Java 8 types through directly -- so if you bind e.g. a `OffsetDateTime` and your database driver handles it properly, that *should* work....
You should be able to work around this by using `\:`, but it'd be nice to fix this.
Did you try `@BindPojo("prefix")` and it did not work?
Oh, I apologize - for the returned result, that won't help. Yeah, this is a reasonable feature request.
Hi @globegitter, we already have some support for mapping arbitrary methods to Jdbi properties, see `BindProperties` and `BindBean`. Perhaps all that we need is a way to discover them on...
Where in the code does it hang? Perhaps you can get a stack trace when it's failed? I would usually recommend printing out exceptions even when you're not "verbose" -...
I think the linked issue above is not correct? It seems very old and unrelated.
Thanks for reporting this. Unfortunately the `@Nested` support is currently hard-coded to only work in a few cases. We should definitely rethink it to be more general, but this is...