1 parent 41642b2 commit 1b1905cCopy full SHA for 1b1905c
1 file changed
node.js
@@ -32,7 +32,7 @@ NodeSqliteHeaven.prototype.typeof = SqliteHeaven.typeof
32
33
// NOTE: Node.js SQLite returned rows are not inheriting from Object.prototype.
34
NodeSqliteHeaven.prototype._create = function(attrs) {
35
- // Note v22.5 launched with SQLite v3.46.
+ // Node v22.5 launched with SQLite v3.46.
36
return insertAllWithMaxVariables(
37
MAX_VARIABLE_NUMBER,
38
this.table,
0 commit comments