Skip to content

Commit

Permalink
Remove out-of-date warning
Browse files Browse the repository at this point in the history
This issue has been resolved by v5.0.3 of node-sqlite3, which
bundles SQLite v3.38.2.

https://github.com/TryGhost/node-sqlite3/releases/tag/v5.0.3
  • Loading branch information
simonplend committed Aug 1, 2022
1 parent 5f3e026 commit 2542dca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/dialects/sqlite3/index.js
Expand Up @@ -192,11 +192,6 @@ class Client_SQLite3 extends Client {
if (response) {
return response;
}

// ToDo Implement after https://github.com/microsoft/vscode-node-sqlite3/issues/15 is resolved
this.logger.warn(
'node-sqlite3 does not currently support RETURNING clause'
);
}
return [ctx.lastID];
}
Expand Down

0 comments on commit 2542dca

Please sign in to comment.