Skip to content

Commit 872bc6d

Browse files
committed
sqlite: fix unordered reference
1 parent dacc3c7 commit 872bc6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/api/diagnostics_channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1979,6 +1979,7 @@ dc.unsubscribe('sqlite.db.query', onQuery);
19791979
[TracingChannel Channels]: #tracingchannel-channels
19801980
[`'uncaughtException'`]: process.md#event-uncaughtexception
19811981
[`BoundedChannel`]: #class-boundedchannel
1982+
[`DatabaseSync`]: sqlite.md#class-databasesync
19821983
[`TracingChannel`]: #class-tracingchannel
19831984
[`asyncEnd` event]: #asyncendevent
19841985
[`asyncStart` event]: #asyncstartevent
@@ -1988,7 +1989,6 @@ dc.unsubscribe('sqlite.db.query', onQuery);
19881989
[`channel.subscribe(onMessage)`]: #channelsubscribeonmessage
19891990
[`channel.unsubscribe(onMessage)`]: #channelunsubscribeonmessage
19901991
[`channel.withStoreScope(data)`]: #channelwithstorescopedata
1991-
[`DatabaseSync`]: sqlite.md#class-databasesync
19921992
[`child_process.spawn()`]: child_process.md#child_processspawncommand-args-options
19931993
[`diagnostics_channel.channel(name)`]: #diagnostics_channelchannelname
19941994
[`diagnostics_channel.subscribe(name, onMessage)`]: #diagnostics_channelsubscribename-onmessage

doc/api/sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,7 @@ callback function to indicate what type of operation is being authorized.
15381538
[Run-Time Limits]: https://www.sqlite.org/c3ref/limit.html
15391539
[SQL injection]: https://en.wikipedia.org/wiki/SQL_injection
15401540
[Type conversion between JavaScript and SQLite]: #type-conversion-between-javascript-and-sqlite
1541+
[`'sqlite.db.query'`]: diagnostics_channel.md#event-sqlitedbquery
15411542
[`ATTACH DATABASE`]: https://www.sqlite.org/lang_attach.html
15421543
[`PRAGMA foreign_keys`]: https://www.sqlite.org/pragma.html#pragma_foreign_keys
15431544
[`SQLITE_DBCONFIG_DEFENSIVE`]: https://www.sqlite.org/c3ref/c_dbconfig_defensive.html#sqlitedbconfigdefensive
@@ -1548,7 +1549,6 @@ callback function to indicate what type of operation is being authorized.
15481549
[`database.applyChangeset()`]: #databaseapplychangesetchangeset-options
15491550
[`database.createTagStore()`]: #databasecreatetagstoremaxsize
15501551
[`database.setAuthorizer()`]: #databasesetauthorizercallback
1551-
[`'sqlite.db.query'`]: diagnostics_channel.md#event-sqlitedbquery
15521552
[`diagnostics_channel`]: diagnostics_channel.md
15531553
[`sqlite3_backup_finish()`]: https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish
15541554
[`sqlite3_backup_init()`]: https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit

0 commit comments

Comments
 (0)