Steven Schlansker

Results 354 comments of Steven Schlansker

All interface members are implicitly `public`, so that explains the behavior your see. We can look into instantiating non-public types for this use case, but with the module system, it's...

Does the same code work with `List` (the normal Java type, rather than the Kotlin type)?

Yeah, the `Script` parser is not very smart and tries to line-split out separate statements. But as a general piece of code, it does not understand Postgres `$$` quoting spanning...

> if the ? in SELECT distinct ? || is your target parameter for your "aa", I suspect you'll need to define instead of bind. This is at best an...

Oh well. Hopefully one parsing fix will end up fixing both issues

Yeah, I see how that could be confusing, thanks for clarifying.

Note that I believe the reason we did not do this in the first place was because it made it difficult to generate a Table of Contents or produce an...

Hi Vaughn, thanks for the pointer. Reactive is very new and exciting but my understanding is that the current implementation of JDBC, and in fact the database server software itself,...

Interesting, they actually do provide their own drivers. So maybe there is some benefit to be had here! I'm curious to explore this further: benchmarks, proof of concept code, etc....

Thanks for the clarification. I expect the first step here would be to prototype a Jdbi fork or branch that serves minimally as a PoC showing how to implement the...