File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Creates and attaches a session to the database. This method is a wrapper around
171171 Takes the name of the table that a change targets as first argument. When this option is not
172172 provided all changes are attempted.
173173 * ` onConflict ` {number} Determines how conflicts are handled. When provided, must be one of the values below:
174- * ` SQLITE_CHANGESET_OMIT ` : conflicting changes are either omitted.
174+ * ` SQLITE_CHANGESET_OMIT ` : conflicting changes are omitted.
175175 * ` SQLITE_CHANGESET_REPLACE ` : conflicting changes replace existing values.
176176 * ` SQLITE_CHANGESET_ABORT ` : abort on conflict and roll back databsase (default).
177177* Returns: {boolean} Whether the changeset was applied succesfully without being aborted.
You can’t perform that action at this time.
0 commit comments