leaf

Results 1 issues of leaf

**Bug Description** jdbcTemplate query not return data **To Reproduce** List list = jdbcTemplate.query("select ts from tableA", (rs, rowNum) -> { return rs.getTimestamp("ts"); }); list is empty while tableA is not...

bug