Store delete error
org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [UPDATE kx_kq_channelinventorydetail
SET platstatus = ?, platupdateop = ?, platupdatetime  = ?
WHERE (id = ? AND platstatus = 1)]; SQL state [55000]; error code [0]; ERROR: cannot update table "kx_kq_channelinventorydetail" because it does not have a replica identity and publishes updates
  Hint: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE.; nested exception is org.postgresql.util.PSQLException: ERROR: cannot update table "kx_kq_channelinventorydetail" because it does not have a replica identity and publishes updates
  Hint: To enable updating the table, set REPLICA IDENTITY using ALTER TABLE.
        at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-06-13
  • 2021-09-27
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
  • 2021-05-11
  • 2022-12-23
  • 2021-04-23
相关资源
相似解决方案