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
When the user sets _id for the new document -- INSERT INTO table (_id, ...) VALUES (1, ...)
and the document already exists
then SQL plugin returns an error response.
As an SQL user I would like to create documents using
INSERT
statements.Sample
References
The text was updated successfully, but these errors were encountered: