Allow CRUD to work without primary key #56

Open
opened 2019-08-16 09:25:28 +00:00 by eelke · 0 comments
eelke commented 2019-08-16 09:25:28 +00:00 (Migrated from gitlab.com)

For the Create Update Delete parts to work it is now a requirement that the table has a primary key. However it should also work for tables with one or more unique constraints or unique indexes. However rows with nulls in the unique key cannot be editted.

For the Create Update Delete parts to work it is now a requirement that the table has a primary key. However it should also work for tables with one or more unique constraints or unique indexes. However rows with nulls in the unique key cannot be editted.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: eelke/pgLab#56
No description provided.