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 @@ -80,7 +80,7 @@ added: v22.5.0
80
80
changes:
81
81
- version: REPLACEME
82
82
pr-url: https://github.com/nodejs/node/pull/57752
83
- description: Add `timeout` option
83
+ description: Add `timeout` option.
84
84
- version: v23.10.0
85
85
pr-url: https://github.com/nodejs/node/pull/56991
86
86
description: The `path` argument now supports Buffer and URL objects.
@@ -814,7 +814,6 @@ resolution handler passed to [`database.applyChangeset()`][]. See also
814
814
</tr >
815
815
</table >
816
816
817
- [ busy timeout ] : https://sqlite.org/c3ref/busy_timeout.html
818
817
[ Changesets and Patchsets ] : https://www.sqlite.org/sessionintro.html#changesets_and_patchsets
819
818
[ Constants Passed To The Conflict Handler ] : https://www.sqlite.org/session/c_changeset_conflict.html
820
819
[ Constants Returned From The Conflict Handler ] : https://www.sqlite.org/session/c_changeset_abort.html
@@ -850,6 +849,7 @@ resolution handler passed to [`database.applyChangeset()`][]. See also
850
849
[ `sqlite3session_create()` ] : https://www.sqlite.org/session/sqlite3session_create.html
851
850
[ `sqlite3session_delete()` ] : https://www.sqlite.org/session/sqlite3session_delete.html
852
851
[ `sqlite3session_patchset()` ] : https://www.sqlite.org/session/sqlite3session_patchset.html
852
+ [ busy timeout ] : https://sqlite.org/c3ref/busy_timeout.html
853
853
[ connection ] : https://www.sqlite.org/c3ref/sqlite3.html
854
854
[ data types ] : https://www.sqlite.org/datatype3.html
855
855
[ double-quoted string literals ] : https://www.sqlite.org/quirks.html#dblquote
You can’t perform that action at this time.
0 commit comments