| An entity containing a field called "end" effectively results in an insert statement containing a raw "end" (insert into table_name (duration_ms, end, start, id) values (?, ?, ?, ?)) when save of a JpaRepository of said entity, despite setting spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect explicitly. Expected: "end" is escaped properly |