Marnick L'Eau

Results 90 comments of Marnick L'Eau

> Maybe it would be possible to expose a similar option on `ConfigRegistry`. It's definitely possible with customized bindings and mappers. The Jdbi team just does not want the burden...

I think a bigger worry for us is the number of support tickets that would be filed by people _after_ the patch, all wanting the feature tuned to their particular...

I think I'll let @qualidafial or @stevenschlansker answer your latest post, they're more aware of why we could or cannot do that than I am. They're on reduced availability at...

High-level-logically, I personally wouldn't expect something that logs _sql statements_ to be involved when the error is something as early as that _an sql statement could not be built_, i.e....

What would you expect it to be called with in this case? The query that couldn't be "compiled" into correct sql?

(I've edited your post to use code blocks for readability)

@izrobin take a look at my old branch, https://github.com/jdbi/jdbi/tree/poc-nonnull. Is that something in the direction you'd like? ```java assertThatThrownBy( () -> h.createQuery("select null from foo") .mapTo(QualifiedType.of(Integer.class).with(Nonnull.class)) .one()) .isInstanceOf(NullPointerException.class) .hasMessage("type annotated...

AFAIK this depends entirely on your database and driver, not something Jdbi can promise to improve for you. You could instead start a transaction, query the target ids, and run...

It's not even just for comics/manga, I like to put imagesets into a zip (cbz) for integrity in archiving and to reduce clutter in my file finder (the main way...

Just m4a doesn't really specify the actual codec used, it would be great if the app added that information. It's lossy encoding more often than not in my experience though,...