File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ Creates and attaches a session to the database. This method is a wrapper around
168168* ` changeset ` {Uint8Array} A binary changeset or patchset.
169169* ` options ` {Object} An optional object to configure how changes are applied.
170170 * ` filter ` {Function} Optional function that allows skipping changes based on the name of a table
171- (passed as the first argument) based on a boolean returned. When not provided no changes are
172- filtered, and all are changes are attempted.
171+ (passed as the first argument) based on a boolean returned. When not provided no changes are
172+ filtered, and all are changes are attempted.
173173 * ` onConflict ` {number} When provided, must be one of ` SQLITE_CHANGESET_OMIT ` ,
174174 ` SQLITE_CHANGESET_REPLACE ` or ` SQLITE_CHANGESET_ABORT ` . Determines how conflicts are handled.
175175 Conflicting changes are either omitted, changes replace existing values or the
You can’t perform that action at this time.
0 commit comments