@@ -78,7 +78,11 @@ console.log(query.all());
78
78
<!-- YAML
79
79
added: v22.5.0
80
80
changes:
81
+ <<<<<<< HEAD
81
82
- version: v24.0.0
83
+ =======
84
+ - version: v22.16.0
85
+ >>>>>>> 9774069718 (2025-05-21, Version 22.16.0 'Jod' (LTS))
82
86
pr-url: https://github.com/nodejs/node/pull/57752
83
87
description: Add `timeout` option.
84
88
- version:
@@ -130,7 +134,11 @@ Constructs a new `DatabaseSync` instance.
130
134
### ` database.aggregate(name, options) `
131
135
132
136
<!-- YAML
137
+ <<<<<<< HEAD
133
138
added: v24.0.0
139
+ =======
140
+ added: v22.16.0
141
+ >>>>>>> 9774069718 (2025-05-21, Version 22.16.0 'Jod' (LTS))
134
142
-->
135
143
136
144
Registers a new aggregate function with the SQLite database. This method is a wrapper around
@@ -246,7 +254,11 @@ loading extensions for security reasons.
246
254
### ` database.location([dbName]) `
247
255
248
256
<!-- YAML
257
+ <<<<<<< HEAD
249
258
added: v24.0.0
259
+ =======
260
+ added: v22.16.0
261
+ >>>>>>> 9774069718 (2025-05-21, Version 22.16.0 'Jod' (LTS))
250
262
-->
251
263
252
264
* ` dbName ` {string} Name of the database. This can be ` 'main' ` (the default primary database) or any other
@@ -311,7 +323,11 @@ added:
311
323
### ` database.isTransaction `
312
324
313
325
<!-- YAML
326
+ <<<<<<< HEAD
314
327
added: v24.0.0
328
+ =======
329
+ added: v22.16.0
330
+ >>>>>>> 9774069718 (2025-05-21, Version 22.16.0 'Jod' (LTS))
315
331
-->
316
332
317
333
* {boolean} Whether the database is currently within a transaction. This method
@@ -508,7 +524,11 @@ the values in `namedParameters` and `anonymousParameters`.
508
524
### ` statement.columns() `
509
525
510
526
<!-- YAML
527
+ <<<<<<< HEAD
511
528
added: v23.11.0
529
+ =======
530
+ added: v22.16.0
531
+ >>>>>>> 9774069718 (2025-05-21, Version 22.16.0 'Jod' (LTS))
512
532
-->
513
533
514
534
* Returns: {Array} An array of objects. Each object corresponds to a column
@@ -714,11 +734,15 @@ exception.
714
734
## ` sqlite.backup(sourceDb, path[, options]) `
715
735
716
736
<!-- YAML
737
+ <<<<<<< HEAD
717
738
added: v23.8.0
718
739
changes:
719
740
- version: v23.10.0
720
741
pr-url: https://github.com/nodejs/node/pull/56991
721
742
description: The `path` argument now supports Buffer and URL objects.
743
+ =======
744
+ added: v22.16.0
745
+ >>>>>>> 9774069718 (2025-05-21, Version 22.16.0 'Jod' (LTS))
722
746
-->
723
747
724
748
* ` sourceDb ` {DatabaseSync} The database to backup. The source database must be open.
0 commit comments