alexcase52

Results 3 comments of alexcase52

Hi @nubosoftware, will it work if I specify my custom docker_image for a user at the DB level and will not use Apps functionality?

Hi @stevenschlansker, Thank you for the quick reply! The problem is that for each sequential Dao call, all this ConfigRegistries initialization will happen again. So moving ``` TestDao testDao =...

I looked for some workarounds. I created default method in the interface and implemented the call myself as ``` @GenerateSqlObject interface TestDao extends SqlObject { default long someSelect() { try...