Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Aug 4, 2024
1 parent 9c3b2e0 commit b544d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Creates and attaches a session to the database. This method is a wrapper around
Takes the name of the table that a change targets as first argument. When this option is not
provided all changes are attempted.
* `onConflict` {number} Determines how conflicts are handled. When provided, must be one of the values below:
* `SQLITE_CHANGESET_OMIT`: conflicting changes are either omitted.
* `SQLITE_CHANGESET_OMIT`: conflicting changes are omitted.
* `SQLITE_CHANGESET_REPLACE`: conflicting changes replace existing values.
* `SQLITE_CHANGESET_ABORT`: abort on conflict and roll back databsase (default).
* Returns: {boolean} Whether the changeset was applied succesfully without being aborted.
Expand Down

0 comments on commit b544d2f

Please sign in to comment.