We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3b2e0 commit 08b3562Copy full SHA for 08b3562
doc/api/sqlite.md
@@ -171,7 +171,7 @@ Creates and attaches a session to the database. This method is a wrapper around
171
Takes the name of the table that a change targets as first argument. When this option is not
172
provided all changes are attempted.
173
* `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.
+ * `SQLITE_CHANGESET_OMIT`: conflicting changes omitted.
175
* `SQLITE_CHANGESET_REPLACE`: conflicting changes replace existing values.
176
* `SQLITE_CHANGESET_ABORT`: abort on conflict and roll back databsase (default).
177
* Returns: {boolean} Whether the changeset was applied succesfully without being aborted.
0 commit comments