You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a table doesn't have a primary key, all kinds of things go haywire. Rows pulled from that relation don't have a pk_name or pk_value, which makes update() calls not work, etc. When a table doesn't have a pk, warn the user when they try to call .update() what's going wrong.
The text was updated successfully, but these errors were encountered:
If a table doesn't have a primary key, all kinds of things go haywire. Rows pulled from that relation don't have a pk_name or pk_value, which makes update() calls not work, etc. When a table doesn't have a pk, warn the user when they try to call .update() what's going wrong.
The text was updated successfully, but these errors were encountered: