alexcase52

Results 5 issues of alexcase52

Hi, now I have the following code ``` interface A extends SqlObject { @SqlQuery(...) List __some(@BindList List param); default List some(@BindList List param) { return param.isEmpty() ? List.of() : __some(param);...

question

Hi, Vue 3 support. It is in Release candidate 11. Do you plan this? Any plans/schedules?

I have the `URL` to resource like `jar:file://path/to/myjar.jar!/main/main.jar!/com/some/dao/Dao.sql.stg` - I've got this using single jar app loader. I pass this `URL` to corresponding costructor of `STGroupFile` then internally in `load()`...

Hi, I'm using JDBI 3.43 and I'm using generated Dao classes. The memory consumption per call looks to be too big. The issue seems to be depending on the number...

Description fixed. 2.0.5 points to a Java 7 incompatible version.