PostgreSQL - Editing constant in client results into DBConcurrencyException

I was trying to …

  1. In my local environment I am using PostgreSQL database (PostgreSQL 14.3). I run PostgreSQL in docker.
  2. I run a model that contains constants to edit
  3. I edit constant and press Save button
  4. I change constant again and press Save button

I was expecting …

  1. Constant would be saved again

Instead I’ve got …

  1. DBConcurrencyException

Is there any problem in my setup or is it a bug?

This fix need updating your root package !!!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.