microsoft / vscode-node-sqlite3

Asynchronous, non-blocking SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
34 stars 10 forks source link

RETURNING support #15

Closed kibertoad closed 2 years ago

kibertoad commented 2 years ago

underlying sqlite3 version does support RETURNING at last, but when we try to execute INSERT query with RETURNING clause in them, we get undefined response. Is there something that needs to be done to make that work?

bpasero commented 2 years ago

Our intent is not to create another distribution of this library but track the original library as closely as possible. In fact, https://github.com/microsoft/vscode-node-sqlite3/issues/11 tracks upstreaming our changes and then we will delete this repository very likely.