EntitySpaces icon indicating copy to clipboard operation
EntitySpaces copied to clipboard

fix for primary key result by replaced the SELECT next sequence value with RETURN

Open vidur opened this issue 4 years ago • 0 comments

This issue is happening with the AutoIncrement column. The problem was new record is getting saved to DB and the object doesn't have a primary key set after a successful transaction. I've made it so the object would set the DB's primary key set after the transaction complete.

vidur avatar Feb 04 '21 13:02 vidur