Steven Schlansker

Results 355 comments of Steven Schlansker

I tried to get the build working today. I got as far as the container not becoming ready. The logs show: ``` Session altered. CREATE USER test IDENTIFIED BY "test"...

Yeah, I'll take a look tonight or this weekend. Thank you for your persistence here.

Hi @puzatin , how do you declare your `@Autowired FooDao dao`? The code provided is not complete without seeing how that is defined. Probably the Dao already has a different...

Good point - this looks like it might be an oversight. You can always call `handle.registerRowMapper(myConfiguredMapMapper)` but this should also be possible to do in annotation-driven configuration.

Hi @RezaLabudeBSM , I am sorry you had troubles with this behavior. If you use Jdbi transactions, Jdbi expects to fully control autocommit, and manually changing it confuses the state...

Thanks for the feedback. This is currently not supported, as you note, but we can consider changing this in the future. This isn't the first time this has been requested.

@danthe1st , thanks for the suggestion but ... which test case? The error message does not print out which test case causes the failure, and we have thousands of tests...

I plan to contribute some docs here at some point around some recent improvements to the Java row format mapping, but please contribute what you can! All improvements are welcome.