Skip to content

SQL syntax error in jdbcTemplate update example [SPR-10625] #15253

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions