Open sriramjanapareddy opened 5 years ago
Are you able to repro without Spring? In either case, can you post a link to a sample project to repro?
P.S. We don't normally look here for support issues. Generally better to use https://support.kinetica.com/hc/en-us/community/topics
Hi,
I have been trying to set parameters in SQL query using Spring JDBC tempate. But the parameters are not getting set in the place of ? in the query.
The params object array is not getting set onto sql query string. we dont have these type of problems with other db's jdbc jars. please have a look
jdbcTemplate.queryForList(sql, params, String.class);