**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAJDBC-343](https://jira.spring.io/browse/DATAJDBC-343?redirect=false)** and commented Rendered `INSERT` and `UPDATE` statements contain table prefixes in their assignments: `UPDATE legoset SET legoset.name = $1` This fails on Postgres and may work on other databases. We should not render the table prefix unless we get Dialect-awareness. Postgres error: ``` UPDATE legoset SET legoset.name = $1, legoset.manual = $2 WHERE legoset.id = $3 Error: column "legoset" of relation "legoset" does not exist ``` --- **Referenced from:** commits https://github.com/spring-projects/spring-data-jdbc/commit/7a738eed9773850a43e4030da57b71031a23a808