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
fix(sql): reject positional INSERT/UPSERT into KV collections
KV splits key/value by matching column names against pk_col/"key"/"ttl",
so a positional VALUES row with no column list has no principled key to
bind to and would silently produce an empty-keyed, empty-valued row
(all such rows colliding). Reject with a dedicated error instead.
0 commit comments