Jim Garrison opened SPR-10625 and commented
this.jdbcTemplate.update(
"update t_actor set = ? where id = ?",
"Banjo", 5276L);
missing column name in "set" clause
Affects: 3.2.3
Reference URL: http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/jdbc.html#jdbc-JdbcTemplate-examples-update
Referenced from: commits 5ee6bb9, 71e88cb